[project @ 2003-04-28 09:18:29 by ross]
authorross <unknown>
Mon, 28 Apr 2003 09:18:29 +0000 (09:18 +0000)
committerross <unknown>
Mon, 28 Apr 2003 09:18:29 +0000 (09:18 +0000)
add Text.ParserCombinators.ReadP, Text.ParserCombinators.ReadPrec and
Text.Read.Lex to Hugs.  (But they're not used by Read, because that
would make the Prelude non-H98).

hugs/exclude

index 9a7c76f..d072a8e 100644 (file)
@@ -7,6 +7,3 @@ Data.Generics                   GHC-specific
 Data.PackedString              uses Data.Array.Unboxed
 Debug.QuickCheck.Batch         needs pre-emptive concurrency
 System.Posix.Signals
-Text.ParserCombinators.ReadP   ReadS clashes with Prelude
-Text.ParserCombinators.ReadPrec        uses ReadP
-Text.Read.Lex                  uses ReadP