From: ross Date: Mon, 28 Apr 2003 09:18:29 +0000 (+0000) Subject: [project @ 2003-04-28 09:18:29 by ross] X-Git-Tag: nhc98-1-18-release~663 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=26d820ea8bea58392d9814a4dbf05136373b7d97;p=ghc-base.git [project @ 2003-04-28 09:18:29 by ross] 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). --- diff --git a/hugs/exclude b/hugs/exclude index 9a7c76f..d072a8e 100644 --- a/hugs/exclude +++ b/hugs/exclude @@ -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