mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
gf.cabal: version of parallel needs to be >=3
This commit is contained in:
2
gf.cabal
2
gf.cabal
@@ -108,7 +108,7 @@ executable gf
|
|||||||
pretty,
|
pretty,
|
||||||
mtl,
|
mtl,
|
||||||
haskeline,
|
haskeline,
|
||||||
parallel
|
parallel>=3
|
||||||
ghc-options: -threaded
|
ghc-options: -threaded
|
||||||
if flag(server)
|
if flag(server)
|
||||||
build-depends: httpd-shed, network, utf8-string, json, cgi
|
build-depends: httpd-shed, network, utf8-string, json, cgi
|
||||||
|
|||||||
Reference in New Issue
Block a user