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/GFI.hs | |
| parent | f902f64a3e882b9c9d7191ea81971226598d1350 (diff) | |
move GF.Devel.UseIO to GF.Infra.UseIO
Diffstat (limited to 'src-3.0/GFI.hs')
| -rw-r--r-- | src-3.0/GFI.hs | 4 |
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 |
