[project @ 2003-07-24 12:19:57 by ralf]
[ghc-base.git] / hugs / exclude
index 9a7c76f..23aba0a 100644 (file)
@@ -2,11 +2,7 @@
 # Only the first word on each line counts; the rest can be explanation.
 #
 Control.Parallel.Strategies    unused by GHC too
-Data.Array.Unboxed             GHC-specific implementation
-Data.Generics                  GHC-specific
-Data.PackedString              uses Data.Array.Unboxed
+Data.Generics                  foralls in type synonyms
 Debug.QuickCheck.Batch         needs pre-emptive concurrency
+Foreign.Concurrent             Haskell finalizers
 System.Posix.Signals
-Text.ParserCombinators.ReadP   ReadS clashes with Prelude
-Text.ParserCombinators.ReadPrec        uses ReadP
-Text.Read.Lex                  uses ReadP