[project @ 1999-06-03 08:19:13 by simonmar]
authorsimonmar <unknown>
Thu, 3 Jun 1999 08:19:13 +0000 (08:19 +0000)
committersimonmar <unknown>
Thu, 3 Jun 1999 08:19:13 +0000 (08:19 +0000)
oops, better export it too.

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"