summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-06-29 12:58:35 +0000
committerkrasimir <krasimir@chalmers.se>2010-06-29 12:58:35 +0000
commit4c576ebbc9d0e4f470a6a84d6e59a95873f9d67a (patch)
tree48ab919b13127a26a3a5f30d0ed6c656d4b8b16b /src
parent1d33665c9383b93bd023dc448aae53f261e6d839 (diff)
forgot to fix the import in GF.Speech.CFG to get the Token type
Diffstat (limited to 'src')
-rw-r--r--src/compiler/GF/Speech/CFG.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Speech/CFG.hs b/src/compiler/GF/Speech/CFG.hs
index f396faace..d97228322 100644
--- a/src/compiler/GF/Speech/CFG.hs
+++ b/src/compiler/GF/Speech/CFG.hs
@@ -7,7 +7,7 @@
module GF.Speech.CFG where
import GF.Data.Utilities
-import PGF.CId
+import PGF
import GF.Infra.Option
import GF.Data.Relation