summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Compile/ReadFiles.hs
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@chalmers.se>2008-05-22 14:58:44 +0000
committerkr.angelov <kr.angelov@chalmers.se>2008-05-22 14:58:44 +0000
commitd7f81f9f5194966337d15b06c67929ba17b81284 (patch)
treecbecc5c20b98bce740efb0ec0c1f0f00ced4bb2d /src-3.0/GF/Compile/ReadFiles.hs
parentf902f64a3e882b9c9d7191ea81971226598d1350 (diff)
move GF.Devel.UseIO to GF.Infra.UseIO
Diffstat (limited to 'src-3.0/GF/Compile/ReadFiles.hs')
-rw-r--r--src-3.0/GF/Compile/ReadFiles.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-3.0/GF/Compile/ReadFiles.hs b/src-3.0/GF/Compile/ReadFiles.hs
index 7df587db3..2f485224c 100644
--- a/src-3.0/GF/Compile/ReadFiles.hs
+++ b/src-3.0/GF/Compile/ReadFiles.hs
@@ -22,9 +22,9 @@ module GF.Compile.ReadFiles
( getAllFiles,ModName,ModEnv,getOptionsFromFile,importsOfModule,
gfoFile,gfFile,isGFO ) where
+import GF.Infra.UseIO
import GF.Infra.Option
import GF.Data.Operations
-import GF.Devel.UseIO
import GF.Source.AbsGF hiding (FileName)
import GF.Source.LexGF
import GF.Source.ParGF