forked from GitHub/gf-core
fix the dependency to json
This commit is contained in:
4
gf.cabal
4
gf.cabal
@@ -143,7 +143,7 @@ Library
|
|||||||
---- GF compiler as a library:
|
---- GF compiler as a library:
|
||||||
|
|
||||||
build-depends: filepath, directory, time, time-compat,
|
build-depends: filepath, directory, time, time-compat,
|
||||||
process, haskeline, parallel>=3
|
process, haskeline, parallel>=3, json
|
||||||
|
|
||||||
hs-source-dirs: src/compiler
|
hs-source-dirs: src/compiler
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
@@ -271,7 +271,7 @@ Library
|
|||||||
cpp-options: -DC_RUNTIME
|
cpp-options: -DC_RUNTIME
|
||||||
|
|
||||||
if flag(server)
|
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
|
cgi>=3001.2.2.0
|
||||||
if flag(network-uri)
|
if flag(network-uri)
|
||||||
build-depends: network-uri>=2.6, network>=2.6
|
build-depends: network-uri>=2.6, network>=2.6
|
||||||
|
|||||||
Reference in New Issue
Block a user