diff options
| author | Thomas H <Thomas-H@users.noreply.github.com> | 2019-02-21 14:26:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-21 14:26:11 +0100 |
| commit | b6fd9a7744dd170950d7ffb654c11b036564fb81 (patch) | |
| tree | e8dceb47c970e0431e65a9992053f3dbdd28305e /gf.cabal | |
| parent | 64a2483b12f17e98160a5974a3015a54629de480 (diff) | |
| parent | f8346c4557f5e29e85245f259bce952014870dd6 (diff) | |
Merge pull request #34 from heatherleaf/master
Encode/decode of canonical grammars to/from JSON/YAML
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
