From 1293b8b47ce4c86b3cc27a1e66b281318d372d79 Mon Sep 17 00:00:00 2001 From: ross Date: Fri, 4 Apr 2003 16:12:01 +0000 Subject: [PATCH] [project @ 2003-04-04 16:12:01 by ross] Added a list of the modules in the package that don't work with Hugs. Such modules are skipped by the conversion script. Packages in which everything works with Hugs don't need such a file. --- hugs/exclude | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hugs/exclude diff --git a/hugs/exclude b/hugs/exclude new file mode 100644 index 0000000..1515a27 --- /dev/null +++ b/hugs/exclude @@ -0,0 +1,14 @@ +# List of the modules in this package that aren't to be used with Hugs. +# Only the first word on each line counts; the rest can be explanation. +# +Control.Parallel.Strategies unused by GHC too +Data.Array.Diff +Data.Array.Unboxed GHC-specific implementation +Data.Generics GHC-specific +Data.PackedString uses Data.Array.Unboxed +Debug.QuickCheck.Batch needs pre-emptive concurrency +System.Info +System.Posix.Signals +Text.ParserCombinators.ReadP ReadS clashes with Prelude +Text.ParserCombinators.ReadPrec uses ReadP +Text.Read.Lex uses ReadP -- 1.7.10.4