diff options
| author | hallgren <hallgren@chalmers.se> | 2013-04-05 20:37:37 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-04-05 20:37:37 +0000 |
| commit | cc0743ade1be1949b2948550d69eca372bd8b005 (patch) | |
| tree | a1306830ef4b43ac2c371b776b10143b6907cc24 /src/compiler/GF | |
| parent | 5a7e8cc601cfc299f11037eb1bc594927ae20c09 (diff) | |
Compiler.hs: ghc 7.6.2 compatibility
Diffstat (limited to 'src/compiler/GF')
| -rw-r--r-- | src/compiler/GF/Compile.hs | 2 |
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 |
