diff options
Diffstat (limited to 'src/compiler')
| -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 |
