summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorPeter Ljunglöf <peter.ljunglof@heatherleaf.se>2019-02-08 09:10:04 +0100
committerPeter Ljunglöf <peter.ljunglof@heatherleaf.se>2019-02-08 09:10:04 +0100
commita0c1da2548ac1a6395e13e681cfb08ca02550ff8 (patch)
treee0a5263081e493c224e67e2e6956871d0dffd5f9 /gf.cabal
parent951b8841187ed2ba4c2815a074e68697544f31a5 (diff)
encoding/decoding canonical GF grammars to/from JSON and YAML
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index 3a4604d49..02614ecb4 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -80,6 +80,11 @@ Library
utf8-string,
random,
pretty,
+ aeson,
+ yaml,
+ unordered-containers,
+ scientific,
+ text,
mtl,
exceptions
hs-source-dirs: src/runtime/haskell
@@ -192,6 +197,7 @@ Library
GF.Compile.ConcreteToHaskell
GF.Compile.ConcreteToCanonical
GF.Grammar.Canonical
+ GF.Grammar.CanonicalJSON
GF.Compile.PGFtoJS
GF.Compile.PGFtoProlog
GF.Compile.PGFtoPython