summaryrefslogtreecommitdiff
path: root/src/GF.hs
diff options
context:
space:
mode:
authorbringert <unknown>2005-04-21 15:45:56 +0000
committerbringert <unknown>2005-04-21 15:45:56 +0000
commitf3bdbbef58ce2fe00dff66e99e0c4799b443d747 (patch)
treef1f2892de2a4f72453ce3166448748e827ebd4c2 /src/GF.hs
parent5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (diff)
Removed for-ghc, for-ghc-nofud and for-windows directories.
Diffstat (limited to 'src/GF.hs')
-rw-r--r--src/GF.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF.hs b/src/GF.hs
index 52a312939..f8c032aac 100644
--- a/src/GF.hs
+++ b/src/GF.hs
@@ -5,9 +5,9 @@
-- Stability : (stability)
-- Portability : (portability)
--
--- > CVS $Date: 2005/04/21 16:21:02 $
+-- > CVS $Date: 2005/04/21 16:45:56 $
-- > CVS $Author: bringert $
--- > CVS $Revision: 1.21 $
+-- > CVS $Revision: 1.22 $
--
-- The Main module of GF program.
-----------------------------------------------------------------------------
@@ -28,7 +28,7 @@ import GF.Shell.JGF
import GF.Text.UTF8
import GF.Today (today)
-import Arch
+import GF.System.Arch
import System (getArgs)
import Control.Monad (foldM)