diff options
Diffstat (limited to 'src/GF/Speech/PrGSL.hs')
| -rw-r--r-- | src/GF/Speech/PrGSL.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF/Speech/PrGSL.hs b/src/GF/Speech/PrGSL.hs index f69bd0956..024fc9f31 100644 --- a/src/GF/Speech/PrGSL.hs +++ b/src/GF/Speech/PrGSL.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/21 13:54:44 $ +-- > CVS $Date: 2005/03/21 14:17:44 $ -- > CVS $Author: peb $ --- > CVS $Revision: 1.12 $ +-- > CVS $Revision: 1.13 $ -- -- This module prints a CFG as a Nuance GSL 2.0 grammar. -- @@ -22,7 +22,7 @@ import Ident import GF.Conversion.CFGrammar import GF.Parsing.Parser (Symbol(..)) import GF.Conversion.GrammarTypes -import GF.Parsing.PrintParser +import GF.Printing.PrintParser import Option import Data.Char (toUpper,toLower) |
