summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2019-02-21 14:43:53 +0100
committerThomas Hallgren <th-github@altocumulus.org>2019-02-21 14:43:53 +0100
commita928e4657e396cde8e11a6e33071927246eb2f7a (patch)
tree7d84d4ae849cb34c6699a127cbe9d68ee2514bf2 /gf.cabal
parentb6fd9a7744dd170950d7ffb654c11b036564fb81 (diff)
Need aeson>=1.3
Also remove ununsed GF.Compile.PGFtoAbstract
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal9
1 files changed, 2 insertions, 7 deletions
diff --git a/gf.cabal b/gf.cabal
index 02614ecb4..2d956271a 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -80,11 +80,6 @@ Library
utf8-string,
random,
pretty,
- aeson,
- yaml,
- unordered-containers,
- scientific,
- text,
mtl,
exceptions
hs-source-dirs: src/runtime/haskell
@@ -148,7 +143,8 @@ Library
---- GF compiler as a library:
build-depends: filepath, directory, time, time-compat,
- process, haskeline, parallel>=3
+ process, haskeline, parallel>=3,
+ aeson>=1.3, yaml, unordered-containers, scientific, text
hs-source-dirs: src/compiler
exposed-modules:
@@ -191,7 +187,6 @@ Library
GF.Compile.Multi
GF.Compile.Optimize
GF.Compile.PGFtoHaskell
--- GF.Compile.PGFtoAbstract
GF.Compile.PGFtoJava
GF.Haskell
GF.Compile.ConcreteToHaskell