diff options
| author | bjorn <bjorn@bringert.net> | 2008-06-17 12:06:27 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-06-17 12:06:27 +0000 |
| commit | 2cf7a7d07eaa394c56ca020f7383ba747d9374a3 (patch) | |
| tree | 81c5dc256393c70eb862dab14bcc6d0bdd7778aa /src-3.0/GFC.hs | |
| parent | aa32e53ad15a19d5af6b07888755a8129c261ae7 (diff) | |
Got GSL generation working.
Diffstat (limited to 'src-3.0/GFC.hs')
| -rw-r--r-- | src-3.0/GFC.hs | 1 |
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 () |
