remove Text.Regex(.Posix) from nhc98 build
[haskell-directory.git] / hugs / exclude
index 4497642..17d5d53 100644 (file)
@@ -1,7 +1,13 @@
 # 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.Generics                  GHC-specific
-Debug.QuickCheck.Batch         needs pre-emptive concurrency
-System.Posix.Signals
+Control.Parallel.Strategies    no use for Hugs
+Data.Generics                  imports Data.Generics.*
+Data.Generics.Aliases          imports Data.Generics.Basics
+Data.Generics.Basics           deriving Typeable
+Data.Generics.Instances                imports Data.Generics.Basics
+Data.Generics.Schemes          imports Data.Generics.Basics
+Data.Generics.Text             imports Data.Generics.Basics
+Data.Generics.Twins            imports Data.Generics.Basics
+Foreign.Concurrent             Haskell finalizers
+System.Process                 uses GHC Handle primitives