From: simonmar Date: Thu, 3 Jun 1999 08:19:13 +0000 (+0000) Subject: [project @ 1999-06-03 08:19:13 by simonmar] X-Git-Tag: Approximately_9120_patches~6159 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a3b59d6f3abffead146fce06ab09b8da0db270d4;p=ghc-hetmet.git [project @ 1999-06-03 08:19:13 by simonmar] oops, better export it too. --- diff --git a/ghc/compiler/utils/Util.lhs b/ghc/compiler/utils/Util.lhs index c9b1883..c4ee1f4 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"