[project @ 2002-12-13 13:36:36 by malcolm]
[haskell-directory.git] / System / Environment.hs
index fab7202..c1b33b0 100644 (file)
@@ -24,7 +24,9 @@ module System.Environment
   ) where
 
 import Prelude
+#ifndef __NHC__
 import Control.Exception       ( bracket )
+#endif
 
 #ifdef __GLASGOW_HASKELL__
 import Foreign