From 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 21 Apr 2005 15:21:02 +0000 Subject: Fixed module names and imports after giant file move. --- src/GF/Speech/PrGSL.hs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/GF/Speech/PrGSL.hs') diff --git a/src/GF/Speech/PrGSL.hs b/src/GF/Speech/PrGSL.hs index 0455e3653..14fb4c58e 100644 --- a/src/GF/Speech/PrGSL.hs +++ b/src/GF/Speech/PrGSL.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/15 09:45:32 $ +-- > CVS $Date: 2005/04/21 16:23:31 $ -- > CVS $Author: bringert $ --- > CVS $Revision: 1.17 $ +-- > CVS $Revision: 1.18 $ -- -- This module prints a CFG as a Nuance GSL 2.0 grammar. -- @@ -15,16 +15,16 @@ -- categories in the grammar ----------------------------------------------------------------------------- -module PrGSL (gslPrinter) where +module GF.Speech.PrGSL (gslPrinter) where -import SRG -import Ident +import GF.Speech.SRG +import GF.Infra.Ident import GF.Formalism.CFG import GF.Formalism.Utilities (Symbol(..)) import GF.Conversion.Types import GF.Infra.Print -import Option +import GF.Infra.Option import Data.Char (toUpper,toLower) -- cgit v1.2.3