mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Update version numbers for build-depends in gf-server.cabal
This commit is contained in:
@@ -7,15 +7,15 @@ license-file: LICENSE
|
|||||||
synopsis: FastCGI Server for Grammatical Framework
|
synopsis: FastCGI Server for Grammatical Framework
|
||||||
|
|
||||||
executable pgf-server
|
executable pgf-server
|
||||||
build-depends: base >= 4,
|
build-depends: base >=4.2 && <5,
|
||||||
old-time,
|
old-time,
|
||||||
directory,
|
directory,
|
||||||
filepath,
|
filepath,
|
||||||
containers,
|
containers,
|
||||||
process,
|
process,
|
||||||
gf >= 3.1,
|
gf >= 3.1,
|
||||||
cgi >= 3001.1.7.0,
|
cgi >= 3001.1.8.0,
|
||||||
fastcgi >= 3001.0.2.1,
|
fastcgi >= 3001.0.2.2,
|
||||||
json >= 0.3.3,
|
json >= 0.3.3,
|
||||||
utf8-string >= 0.3.1.1,
|
utf8-string >= 0.3.1.1,
|
||||||
bytestring
|
bytestring
|
||||||
|
|||||||
Reference in New Issue
Block a user