From 43459c75c8f74662efd9cfea0cc64e55adc78a44 Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 12 Jun 2008 18:24:26 +0000 Subject: [PATCH] Rename GF.Speech.SRGS to GF.Speech.SRGS_XML --- src-3.0/GF/Compile/Export.hs | 2 +- src-3.0/GF/Speech/{SRGS.hs => SRGS_XML.hs} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename src-3.0/GF/Speech/{SRGS.hs => SRGS_XML.hs} (97%) diff --git a/src-3.0/GF/Compile/Export.hs b/src-3.0/GF/Compile/Export.hs index 44ea189cb..22b248159 100644 --- a/src-3.0/GF/Compile/Export.hs +++ b/src-3.0/GF/Compile/Export.hs @@ -9,7 +9,7 @@ import GF.Compile.GFCCtoJS import GF.Infra.Option import GF.Speech.CFG import GF.Speech.PGFToCFG -import GF.Speech.SRGS +import GF.Speech.SRGS_XML import GF.Speech.VoiceXML import GF.Text.UTF8 diff --git a/src-3.0/GF/Speech/SRGS.hs b/src-3.0/GF/Speech/SRGS_XML.hs similarity index 97% rename from src-3.0/GF/Speech/SRGS.hs rename to src-3.0/GF/Speech/SRGS_XML.hs index 3c36d2526..a4c07ee05 100644 --- a/src-3.0/GF/Speech/SRGS.hs +++ b/src-3.0/GF/Speech/SRGS_XML.hs @@ -1,10 +1,10 @@ ---------------------------------------------------------------------- -- | --- Module : SRGS +-- Module : GF.Speech.SRGS_XML -- -- Prints an SRGS XML speech recognition grammars. ---------------------------------------------------------------------- -module GF.Speech.SRGS (srgsXmlPrinter, srgsXmlNonRecursivePrinter) where +module GF.Speech.SRGS_XML (srgsXmlPrinter, srgsXmlNonRecursivePrinter) where import GF.Data.Utilities import GF.Data.XML