From: ross Date: Fri, 8 Oct 2004 12:07:02 +0000 (+0000) Subject: [project @ 2004-10-08 12:07:02 by ross] X-Git-Tag: nhc98-1-18-release~219 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ed8c546a8a6fbeb668e51e2aec0455e28a16f29a;p=ghc-base.git [project @ 2004-10-08 12:07:02 by ross] Hugs can't handle System.Process yet --- diff --git a/hugs/exclude b/hugs/exclude index 4486da7..17d5d53 100644 --- a/hugs/exclude +++ b/hugs/exclude @@ -1,7 +1,7 @@ # 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 +Control.Parallel.Strategies no use for Hugs Data.Generics imports Data.Generics.* Data.Generics.Aliases imports Data.Generics.Basics Data.Generics.Basics deriving Typeable @@ -10,3 +10,4 @@ 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