summaryrefslogtreecommitdiff
path: root/src/GF/Speech/SRG.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Speech/SRG.hs')
-rw-r--r--src/GF/Speech/SRG.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs
index 1e71d983a..9ec684295 100644
--- a/src/GF/Speech/SRG.hs
+++ b/src/GF/Speech/SRG.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/03/21 22:40:06 $
+-- > CVS $Date: 2005/04/11 13:53:39 $
-- > CVS $Author: peb $
--- > CVS $Revision: 1.10 $
+-- > CVS $Revision: 1.11 $
--
-- Representation of, conversion to, and utilities for
-- printing of a general Speech Recognition Grammar.
@@ -21,9 +21,9 @@
module SRG where
import Ident
-import GF.Parsing.CFGrammar
-import GF.Parsing.Utilities (Symbol(..))
-import GF.Parsing.GrammarTypes
+import GF.OldParsing.CFGrammar
+import GF.OldParsing.Utilities (Symbol(..))
+import GF.OldParsing.GrammarTypes
import GF.Printing.PrintParser
import TransformCFG
import Option