From a3b59d6f3abffead146fce06ab09b8da0db270d4 Mon Sep 17 00:00:00 2001 From: simonmar <unknown> Date: Thu, 3 Jun 1999 08:19:13 +0000 Subject: [PATCH] [project @ 1999-06-03 08:19:13 by simonmar] oops, better export it too. --- ghc/compiler/utils/Util.lhs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ghc/compiler/utils/Util.lhs b/ghc/compiler/utils/Util.lhs index c9b188330c0a..c4ee1f437f60 100644 --- a/ghc/compiler/utils/Util.lhs +++ b/ghc/compiler/utils/Util.lhs @@ -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" -- GitLab