From 26d820ea8bea58392d9814a4dbf05136373b7d97 Mon Sep 17 00:00:00 2001 From: ross Date: Mon, 28 Apr 2003 09:18:29 +0000 Subject: [PATCH] [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). --- hugs/exclude | 3 --- 1 file changed, 3 deletions(-) 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 -- 1.7.10.4