summaryrefslogtreecommitdiff
path: root/src-3.0/GFC.hs
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-06-17 12:06:27 +0000
committerbjorn <bjorn@bringert.net>2008-06-17 12:06:27 +0000
commit2cf7a7d07eaa394c56ca020f7383ba747d9374a3 (patch)
tree81c5dc256393c70eb862dab14bcc6d0bdd7778aa /src-3.0/GFC.hs
parentaa32e53ad15a19d5af6b07888755a8129c261ae7 (diff)
Got GSL generation working.
Diffstat (limited to 'src-3.0/GFC.hs')
-rw-r--r--src-3.0/GFC.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src-3.0/GFC.hs b/src-3.0/GFC.hs
index a3a0db44d..c663f46c9 100644
--- a/src-3.0/GFC.hs
+++ b/src-3.0/GFC.hs
@@ -48,6 +48,7 @@ fmtExtension FmtHaskell_GADT = "hs"
fmtExtension FmtBNF = "bnf"
fmtExtension FmtSRGS_XML = "grxml"
fmtExtension FmtJSGF = "jsgf"
+fmtExtension FmtGSL = "gsl"
fmtExtension FmtVoiceXML = "vxml"
writeOutputFile :: FilePath -> String -> IOE ()