diff options
| author | krasimir <krasimir@chalmers.se> | 2010-06-29 12:58:35 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-06-29 12:58:35 +0000 |
| commit | 4c576ebbc9d0e4f470a6a84d6e59a95873f9d67a (patch) | |
| tree | 48ab919b13127a26a3a5f30d0ed6c656d4b8b16b /src/compiler | |
| parent | 1d33665c9383b93bd023dc448aae53f261e6d839 (diff) | |
forgot to fix the import in GF.Speech.CFG to get the Token type
Diffstat (limited to 'src/compiler')
| -rw-r--r-- | src/compiler/GF/Speech/CFG.hs | 2 |
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 |
