diff options
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 $ |
