[project @ 1999-06-03 08:19:13 by simonmar]
[ghc-hetmet.git] / ghc / compiler / utils / Util.lhs
index c9b1883..c4ee1f4 100644 (file)
@@ -47,6 +47,12 @@ module Util (
        IF_NOT_GHC(cfst COMMA applyToPair COMMA applyToFst COMMA)
        IF_NOT_GHC(applyToSnd COMMA foldPair COMMA)
        unzipWith
+
+       -- I/O
+#if __GLASGOW_HASKELL__ < 402
+       , bracket
+#endif
+
     ) where
 
 #include "HsVersions.h"