From 1bd2c2dc49d10becff8225f090f807f16a8ab67b Mon Sep 17 00:00:00 2001 From: "andy@galois.com" Date: Wed, 25 Oct 2006 07:59:00 +0000 Subject: [PATCH] 6.4 compatiblity --- compiler/main/HeaderInfo.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main/HeaderInfo.hs b/compiler/main/HeaderInfo.hs index dc97e20..dc1b35c 100644 --- a/compiler/main/HeaderInfo.hs +++ b/compiler/main/HeaderInfo.hs @@ -92,7 +92,7 @@ getImpMod (ImportDecl located_mod _ _ _ _) = located_mod getOptionsFromFile :: FilePath -- input file -> IO [Located String] -- options, if any getOptionsFromFile filename - = System.IO.bracket + = Control.Exception.bracket (openBinaryFile filename ReadMode) (hClose) (\handle -> -- 1.7.10.4