From 7b1378a1a65484c752e32ef777940f517a193b1b Mon Sep 17 00:00:00 2001 From: ross Date: Wed, 14 May 2003 09:11:43 +0000 Subject: [PATCH] [project @ 2003-05-14 09:11:43 by ross] hide Foreign.Concurrent from Hugs --- hugs/exclude | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugs/exclude b/hugs/exclude index 4497642..23aba0a 100644 --- a/hugs/exclude +++ b/hugs/exclude @@ -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 -- 1.7.10.4