summaryrefslogtreecommitdiff
path: root/src/GF/Command
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/Command
parentab7d15ab38d81eb44f527c65378c8fd34300dae7 (diff)
removed dep. on GFCCRaw
Diffstat (limited to 'src/GF/Command')
-rw-r--r--src/GF/Command/PPrTree.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Command/PPrTree.hs b/src/GF/Command/PPrTree.hs
index 2a3aff4da..4067fdec6 100644
--- a/src/GF/Command/PPrTree.hs
+++ b/src/GF/Command/PPrTree.hs
@@ -1,7 +1,7 @@
module GF.Command.PPrTree (pTree, prExp, tree2exp) where
import GF.GFCC.DataGFCC
-import GF.GFCC.Raw.AbsGFCCRaw (CId (..))
+import GF.GFCC.CId
import GF.GFCC.Macros
import qualified GF.Command.ParGFShell as P
import GF.Command.PrintGFShell