summaryrefslogtreecommitdiff
path: root/src/GF/Compile/ShellState.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-12-14 09:25:18 +0000
committeraarne <aarne@cs.chalmers.se>2007-12-14 09:25:18 +0000
commitf85ba4bfa03ec006248a47ff7b1b232e8c1fae08 (patch)
tree5bc0e5c590aca434b01589adae42c9c3de06d709 /src/GF/Compile/ShellState.hs
parentab7d15ab38d81eb44f527c65378c8fd34300dae7 (diff)
removed dep. on GFCCRaw
Diffstat (limited to 'src/GF/Compile/ShellState.hs')
-rw-r--r--src/GF/Compile/ShellState.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Compile/ShellState.hs b/src/GF/Compile/ShellState.hs
index ebb318608..e2e5486ca 100644
--- a/src/GF/Compile/ShellState.hs
+++ b/src/GF/Compile/ShellState.hs
@@ -17,7 +17,7 @@ module GF.Compile.ShellState where
import GF.Data.Operations
import GF.Canon.GFC
import GF.Canon.AbsGFC
-import GF.GFCC.Raw.AbsGFCCRaw(CId(CId))
+import GF.GFCC.CId
--import GF.GFCC.DataGFCC(mkGFCC)
import GF.Canon.CanonToGFCC
import GF.Grammar.Macros