summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
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