[project @ 2003-07-08 16:22:52 by panne]
[ghc-base.git] / hugs / exclude
index 1515a27..23aba0a 100644 (file)
@@ -2,13 +2,7 @@
 # Only the first word on each line counts; the rest can be explanation.
 #
 Control.Parallel.Strategies    unused by GHC too
-Data.Array.Diff
-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
-System.Info
+Foreign.Concurrent             Haskell finalizers
 System.Posix.Signals
-Text.ParserCombinators.ReadP   ReadS clashes with Prelude
-Text.ParserCombinators.ReadPrec        uses ReadP
-Text.Read.Lex                  uses ReadP