From 25dc9348713ce1142c7ea2c8f0b5a9cfdac4c5ec Mon Sep 17 00:00:00 2001 From: krangelov Date: Tue, 26 Feb 2019 19:27:36 +0100 Subject: replace aeson with json --- src/compiler/GF/Infra/Option.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/compiler/GF/Infra') diff --git a/src/compiler/GF/Infra/Option.hs b/src/compiler/GF/Infra/Option.hs index 276b41c8a..b99e2dbe9 100644 --- a/src/compiler/GF/Infra/Option.hs +++ b/src/compiler/GF/Infra/Option.hs @@ -89,7 +89,6 @@ data Phase = Preproc | Convert | Compile | Link data OutputFormat = FmtPGFPretty | FmtCanonicalGF | FmtCanonicalJson - | FmtCanonicalYaml | FmtJavaScript | FmtPython | FmtHaskell @@ -474,7 +473,6 @@ outputFormatsExpl = [(("pgf_pretty", FmtPGFPretty),"human-readable pgf"), (("canonical_gf", FmtCanonicalGF),"Canonical GF source files"), (("canonical_json", FmtCanonicalJson),"Canonical JSON source files"), - (("canonical_yaml", FmtCanonicalYaml),"Canonical YAML source files"), (("js", FmtJavaScript),"JavaScript (whole grammar)"), (("python", FmtPython),"Python (whole grammar)"), (("haskell", FmtHaskell),"Haskell (abstract syntax)"), -- cgit v1.2.3