6.4 compatiblity
authorandy@galois.com <unknown>
Wed, 25 Oct 2006 07:59:00 +0000 (07:59 +0000)
committerandy@galois.com <unknown>
Wed, 25 Oct 2006 07:59:00 +0000 (07:59 +0000)
compiler/main/HeaderInfo.hs

index dc97e20..dc1b35c 100644 (file)
@@ -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 ->