From ebd98056ce9d478f0aca68d752a49d87f7431ec9 Mon Sep 17 00:00:00 2001 From: krasimir Date: Tue, 28 Oct 2008 13:57:10 +0000 Subject: binary serialization for PGF --- src/GF/Infra/Option.hs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/GF/Infra') diff --git a/src/GF/Infra/Option.hs b/src/GF/Infra/Option.hs index 25ccb09a2..f9221b233 100644 --- a/src/GF/Infra/Option.hs +++ b/src/GF/Infra/Option.hs @@ -80,8 +80,7 @@ data Phase = Preproc | Convert | Compile | Link data Encoding = UTF_8 | ISO_8859_1 | CP_1251 deriving (Eq,Ord) -data OutputFormat = FmtPGF - | FmtPGFPretty +data OutputFormat = FmtPGFPretty | FmtJavaScript | FmtHaskell | FmtProlog @@ -239,7 +238,7 @@ defaultFlags = Flags { optShowCPUTime = False, optEmitGFO = True, optGFODir = ".", - optOutputFormats = [FmtPGF], + optOutputFormats = [], optSISR = Nothing, optHaskellOptions = Set.empty, optLexicalCats = Set.empty, @@ -427,8 +426,7 @@ optDescr = outputFormats :: [(String,OutputFormat)] outputFormats = - [("pgf", FmtPGF), - ("pgf-pretty", FmtPGFPretty), + [("pgf-pretty", FmtPGFPretty), ("js", FmtJavaScript), ("haskell", FmtHaskell), ("prolog", FmtProlog), -- cgit v1.2.3