diff options
| author | bjorn <bjorn@bringert.net> | 2008-06-03 20:05:52 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-06-03 20:05:52 +0000 |
| commit | 27dda59db4be007d4daa58f8f0a12873f26af1d4 (patch) | |
| tree | 8066316c25a84f3beecf258f95d9144093c3c4be /src-3.0/GFC.hs | |
| parent | 957b4252dd7bb49a314d460a866790424dcba43c (diff) | |
Get VoiceXML 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 bf34fa979..f8ae6e8e3 100644 --- a/src-3.0/GFC.hs +++ b/src-3.0/GFC.hs @@ -47,6 +47,7 @@ fmtExtension FmtHaskell = "hs" fmtExtension FmtHaskell_GADT = "hs" fmtExtension FmtBNF = "bnf" fmtExtension FmtSRGS_XML = "grxml" +fmtExtension FmtVoiceXML = "vxml" writeOutputFile :: FilePath -> String -> IOE () writeOutputFile outfile output = ioeIO $ |
