summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Speech
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-06-12 18:24:26 +0000
committerbjorn <bjorn@bringert.net>2008-06-12 18:24:26 +0000
commit43459c75c8f74662efd9cfea0cc64e55adc78a44 (patch)
treee6151c4c7b5f8fe47f94774433315e25977445b1 /src-3.0/GF/Speech
parent1a72dbf6f2edaaa2efe73df135eb769fa940951e (diff)
Rename GF.Speech.SRGS to GF.Speech.SRGS_XML
Diffstat (limited to 'src-3.0/GF/Speech')
-rw-r--r--src-3.0/GF/Speech/SRGS_XML.hs (renamed from src-3.0/GF/Speech/SRGS.hs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-3.0/GF/Speech/SRGS.hs b/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