diff options
| author | kr.angelov <kr.angelov@chalmers.se> | 2008-05-22 14:58:44 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@chalmers.se> | 2008-05-22 14:58:44 +0000 |
| commit | d7f81f9f5194966337d15b06c67929ba17b81284 (patch) | |
| tree | cbecc5c20b98bce740efb0ec0c1f0f00ced4bb2d /src-3.0/GF/Compile/GetGrammar.hs | |
| parent | f902f64a3e882b9c9d7191ea81971226598d1350 (diff) | |
move GF.Devel.UseIO to GF.Infra.UseIO
Diffstat (limited to 'src-3.0/GF/Compile/GetGrammar.hs')
| -rw-r--r-- | src-3.0/GF/Compile/GetGrammar.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-3.0/GF/Compile/GetGrammar.hs b/src-3.0/GF/Compile/GetGrammar.hs index 7e15c8614..220e58665 100644 --- a/src-3.0/GF/Compile/GetGrammar.hs +++ b/src-3.0/GF/Compile/GetGrammar.hs @@ -17,9 +17,9 @@ module GF.Compile.GetGrammar where import GF.Data.Operations import qualified GF.Source.ErrM as E -import GF.Devel.UseIO -import GF.Grammar.Grammar +import GF.Infra.UseIO import GF.Infra.Modules +import GF.Grammar.Grammar import GF.Devel.PrGrammar import qualified GF.Source.AbsGF as A import GF.Source.SourceToGrammar |
