[project @ 2003-04-04 16:12:01 by ross]
authorross <unknown>
Fri, 4 Apr 2003 16:12:01 +0000 (16:12 +0000)
committerross <unknown>
Fri, 4 Apr 2003 16:12:01 +0000 (16:12 +0000)
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 [new file with mode: 0644]

diff --git a/hugs/exclude b/hugs/exclude
new file mode 100644 (file)
index 0000000..1515a27
--- /dev/null
@@ -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