[project @ 2003-05-14 09:11:43 by ross]
authorross <unknown>
Wed, 14 May 2003 09:11:43 +0000 (09:11 +0000)
committerross <unknown>
Wed, 14 May 2003 09:11:43 +0000 (09:11 +0000)
hide Foreign.Concurrent from Hugs

hugs/exclude

index 4497642..23aba0a 100644 (file)
@@ -2,6 +2,7 @@
 # Only the first word on each line counts; the rest can be explanation.
 #
 Control.Parallel.Strategies    unused by GHC too
-Data.Generics                  GHC-specific
+Data.Generics                  foralls in type synonyms
 Debug.QuickCheck.Batch         needs pre-emptive concurrency
+Foreign.Concurrent             Haskell finalizers
 System.Posix.Signals