1
0
forked from GitHub/gf-core

Compiler.hs: ghc 7.6.2 compatibility

This commit is contained in:
hallgren
2013-04-05 20:37:37 +00:00
parent 0cb376f813
commit 44a83cf04a

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