diff --git a/src-3.0/GF/Devel/Compute.hs b/src-3.0/GF/Compile/Compute.hs similarity index 99% rename from src-3.0/GF/Devel/Compute.hs rename to src-3.0/GF/Compile/Compute.hs index a44ee5424..5e6902203 100644 --- a/src-3.0/GF/Devel/Compute.hs +++ b/src-3.0/GF/Compile/Compute.hs @@ -12,7 +12,7 @@ -- Computation of source terms. Used in compilation and in @cc@ command. ----------------------------------------------------------------------------- -module GF.Devel.Compute (computeConcrete, computeTerm,computeConcreteRec) where +module GF.Compile.Compute (computeConcrete, computeTerm,computeConcreteRec) where import GF.Data.Operations import GF.Grammar.Grammar diff --git a/src-3.0/GF/Compile/Optimize.hs b/src-3.0/GF/Compile/Optimize.hs index 863f11d4c..6da561029 100644 --- a/src-3.0/GF/Compile/Optimize.hs +++ b/src-3.0/GF/Compile/Optimize.hs @@ -23,7 +23,7 @@ import GF.Grammar.Macros import GF.Grammar.Lookup import GF.Grammar.Predef import GF.Grammar.Refresh -import GF.Devel.Compute +import GF.Compile.Compute import GF.Compile.BackOpt import GF.Compile.CheckGrammar import GF.Compile.Update