From 00a69cab3baaae1931b0ab94d63120889e9180fa Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 29 Jun 2010 12:58:35 +0000 Subject: [PATCH] forgot to fix the import in GF.Speech.CFG to get the Token type --- src/compiler/GF/Speech/CFG.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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