summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Infra
diff options
context:
space:
mode:
authorkrangelov <kr.angelov@gmail.com>2019-02-26 19:27:36 +0100
committerkrangelov <kr.angelov@gmail.com>2019-02-26 19:27:36 +0100
commit25dc9348713ce1142c7ea2c8f0b5a9cfdac4c5ec (patch)
tree2fdf7cc38c48bb82524a13786847a90b1ede025e /src/compiler/GF/Infra
parent2fdfef13d8cdcfeda0b5fba84ee53b7750879c8f (diff)
replace aeson with json
Diffstat (limited to 'src/compiler/GF/Infra')
-rw-r--r--src/compiler/GF/Infra/Option.hs2
1 files changed, 0 insertions, 2 deletions
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)"),