[project @ 2004-02-13 17:46:32 by ross]
authorross <unknown>
Fri, 13 Feb 2004 17:46:32 +0000 (17:46 +0000)
committerross <unknown>
Fri, 13 Feb 2004 17:46:32 +0000 (17:46 +0000)
make import Foreign.C.String GHC-only to unbreak Hugs build

Control/Exception.hs

index e4e037e..20105e8 100644 (file)
@@ -118,14 +118,13 @@ import GHC.Exception      as ExceptionBase hiding (catch)
 import GHC.Conc                ( throwTo, ThreadId )
 import GHC.IOBase      ( IO(..), IORef(..), newIORef, readIORef, writeIORef )
 import GHC.Handle       ( stdout, hFlush )
+import Foreign.C.String ( CString, withCStringLen )
 #endif
 
 #ifdef __HUGS__
 import Hugs.Exception  as ExceptionBase
 #endif
 
-import Foreign.C.String ( CString, withCStringLen )
-
 import Prelude                 hiding ( catch )
 import System.IO.Error hiding ( catch, try )
 import System.IO.Unsafe (unsafePerformIO)