diff options
Diffstat (limited to 'src/compiler/GF/Compile/CheckGrammar.hs')
| -rw-r--r-- | src/compiler/GF/Compile/CheckGrammar.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/GF/Compile/CheckGrammar.hs b/src/compiler/GF/Compile/CheckGrammar.hs index 9f0625357..b6fb796d7 100644 --- a/src/compiler/GF/Compile/CheckGrammar.hs +++ b/src/compiler/GF/Compile/CheckGrammar.hs @@ -25,8 +25,8 @@ module GF.Compile.CheckGrammar(checkModule) where import GF.Infra.Ident import GF.Infra.Modules -import GF.Compile.Abstract.TypeCheck -import GF.Compile.Concrete.TypeCheck +import GF.Compile.TypeCheck.Abstract +import GF.Compile.TypeCheck.Concrete import GF.Grammar import GF.Grammar.Lexer |
