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