summaryrefslogtreecommitdiff
path: root/src-3.0/GFI.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/GFI.hs
parentf902f64a3e882b9c9d7191ea81971226598d1350 (diff)
move GF.Devel.UseIO to GF.Infra.UseIO
Diffstat (limited to 'src-3.0/GFI.hs')
-rw-r--r--src-3.0/GFI.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-3.0/GFI.hs b/src-3.0/GFI.hs
index 0efbd420e..b85d38a61 100644
--- a/src-3.0/GFI.hs
+++ b/src-3.0/GFI.hs
@@ -5,9 +5,9 @@ import GF.Command.Importing
import GF.Command.Commands
import GF.GFCC.API
-import GF.Devel.UseIO
-import GF.System.Readline (fetchCommand)
+import GF.Infra.UseIO
import GF.Infra.Option ---- Haskell's option lib
+import GF.System.Readline (fetchCommand)
import System.CPUTime