diff options
| author | krangelov <kr.angelov@gmail.com> | 2019-02-26 19:27:36 +0100 |
|---|---|---|
| committer | krangelov <kr.angelov@gmail.com> | 2019-02-26 19:27:36 +0100 |
| commit | 25dc9348713ce1142c7ea2c8f0b5a9cfdac4c5ec (patch) | |
| tree | 2fdf7cc38c48bb82524a13786847a90b1ede025e /src/compiler/GF/Compile | |
| parent | 2fdfef13d8cdcfeda0b5fba84ee53b7750879c8f (diff) | |
replace aeson with json
Diffstat (limited to 'src/compiler/GF/Compile')
| -rw-r--r-- | src/compiler/GF/Compile/Export.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/Export.hs b/src/compiler/GF/Compile/Export.hs index e1895feb0..e0811d40d 100644 --- a/src/compiler/GF/Compile/Export.hs +++ b/src/compiler/GF/Compile/Export.hs @@ -37,7 +37,6 @@ exportPGF opts fmt pgf = FmtPGFPretty -> multi "txt" (render . ppPGF) FmtCanonicalGF -> [] -- canon "gf" (render80 . abstract2canonical) FmtCanonicalJson-> [] - FmtCanonicalYaml-> [] FmtJavaScript -> multi "js" pgf2js FmtPython -> multi "py" pgf2python FmtHaskell -> multi "hs" (grammar2haskell opts name) |
