summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-04-05 20:37:37 +0000
committerhallgren <hallgren@chalmers.se>2013-04-05 20:37:37 +0000
commitcc0743ade1be1949b2948550d69eca372bd8b005 (patch)
treea1306830ef4b43ac2c371b776b10143b6907cc24 /src/compiler
parent5a7e8cc601cfc299f11037eb1bc594927ae20c09 (diff)
Compiler.hs: ghc 7.6.2 compatibility
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/GF/Compile.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/GF/Compile.hs b/src/compiler/GF/Compile.hs
index 91781d3ce..9463abcc0 100644
--- a/src/compiler/GF/Compile.hs
+++ b/src/compiler/GF/Compile.hs
@@ -1,4 +1,6 @@
module GF.Compile (batchCompile, link, compileToPGF, compileSourceGrammar) where
+import Prelude hiding (catch)
+import GF.System.Catch
-- the main compiler passes
import GF.Compile.GetGrammar