9a7c76f078ec9f36b9efa7f23ced019f069731e4
[ghc-base.git] / hugs / exclude
1 # List of the modules in this package that aren't to be used with Hugs.
2 # Only the first word on each line counts; the rest can be explanation.
3 #
4 Control.Parallel.Strategies     unused by GHC too
5 Data.Array.Unboxed              GHC-specific implementation
6 Data.Generics                   GHC-specific
7 Data.PackedString               uses Data.Array.Unboxed
8 Debug.QuickCheck.Batch          needs pre-emptive concurrency
9 System.Posix.Signals
10 Text.ParserCombinators.ReadP    ReadS clashes with Prelude
11 Text.ParserCombinators.ReadPrec uses ReadP
12 Text.Read.Lex                   uses ReadP