Compiler.hs: ghc 7.6.2 compatibility

This commit is contained in:
hallgren
2013-04-05 20:37:37 +00:00
parent 5a7e8cc601
commit cc0743ade1

View File

@@ -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