summaryrefslogtreecommitdiff
path: root/src/GF/CFGM/ParCFG.hs
diff options
context:
space:
mode:
authorbringert <unknown>2005-04-21 15:21:02 +0000
committerbringert <unknown>2005-04-21 15:21:02 +0000
commit5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch)
tree46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/CFGM/ParCFG.hs
parent3433c978480f112bf04a895d03ec15529796ecce (diff)
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/CFGM/ParCFG.hs')
-rw-r--r--src/GF/CFGM/ParCFG.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/GF/CFGM/ParCFG.hs b/src/GF/CFGM/ParCFG.hs
index e41aefb98..e95f28d46 100644
--- a/src/GF/CFGM/ParCFG.hs
+++ b/src/GF/CFGM/ParCFG.hs
@@ -1,9 +1,9 @@
{-# OPTIONS -fglasgow-exts -cpp #-}
-module ParCFG where
-import AbsCFG
-import LexCFG
-import ErrM
-import Array
+module GF.CFGM.ParCFG where
+import GF.CFGM.AbsCFG
+import GF.CFGM.LexCFG
+import GF.Data.ErrM
+import Data.Array
#if __GLASGOW_HASKELL__ >= 503
import GHC.Exts
#else
@@ -476,7 +476,7 @@ happyError ts =
myLexer = tokens
{-# LINE 1 "GenericTemplate.hs" #-}
--- $Id: ParCFG.hs,v 1.6 2005/03/21 14:27:06 bringert Exp $
+-- $Id: ParCFG.hs,v 1.7 2005/04/21 16:21:17 bringert Exp $