summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrangelov <kr.angelov@gmail.com>2019-02-26 19:32:08 +0100
committerkrangelov <kr.angelov@gmail.com>2019-02-26 19:32:08 +0100
commitbde1a6d586dccac65290edd27c2f6881b14d1d34 (patch)
tree6d444b971051e3be2f27484b026b36b3df57e5a5
parent25dc9348713ce1142c7ea2c8f0b5a9cfdac4c5ec (diff)
fix the dependency to json
-rw-r--r--gf.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/gf.cabal b/gf.cabal
index 191d2c0e5..36a673e17 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -143,7 +143,7 @@ Library
---- GF compiler as a library:
build-depends: filepath, directory, time, time-compat,
- process, haskeline, parallel>=3
+ process, haskeline, parallel>=3, json
hs-source-dirs: src/compiler
exposed-modules:
@@ -271,7 +271,7 @@ Library
cpp-options: -DC_RUNTIME
if flag(server)
- build-depends: httpd-shed>=0.4.0.3, network>=2.3 && <2.7, json,
+ build-depends: httpd-shed>=0.4.0.3, network>=2.3 && <2.7,
cgi>=3001.2.2.0
if flag(network-uri)
build-depends: network-uri>=2.6, network>=2.6