[project @ 2003-04-04 16:12:01 by ross]
[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.Diff
6 Data.Array.Unboxed              GHC-specific implementation
7 Data.Generics                   GHC-specific
8 Data.PackedString               uses Data.Array.Unboxed
9 Debug.QuickCheck.Batch          needs pre-emptive concurrency
10 System.Info
11 System.Posix.Signals
12 Text.ParserCombinators.ReadP    ReadS clashes with Prelude
13 Text.ParserCombinators.ReadPrec uses ReadP
14 Text.Read.Lex                   uses ReadP