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/Compile/Export.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compiler/GF/Compile') 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) -- cgit v1.2.3