mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-18 07:32:51 -06:00
Compiler.hs: ghc 7.6.2 compatibility
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
module GF.Compile (batchCompile, link, compileToPGF, compileSourceGrammar) where
|
module GF.Compile (batchCompile, link, compileToPGF, compileSourceGrammar) where
|
||||||
|
import Prelude hiding (catch)
|
||||||
|
import GF.System.Catch
|
||||||
|
|
||||||
-- the main compiler passes
|
-- the main compiler passes
|
||||||
import GF.Compile.GetGrammar
|
import GF.Compile.GetGrammar
|
||||||
|
|||||||
Reference in New Issue
Block a user