Update version numbers for build-depends in gf-server.cabal

This commit is contained in:
hallgren
2010-04-22 14:22:55 +00:00
parent e3a279e457
commit d4be36d218

View File

@@ -7,15 +7,15 @@ license-file: LICENSE
synopsis: FastCGI Server for Grammatical Framework
executable pgf-server
build-depends: base >= 4,
build-depends: base >=4.2 && <5,
old-time,
directory,
filepath,
containers,
process,
gf >= 3.1,
cgi >= 3001.1.7.0,
fastcgi >= 3001.0.2.1,
cgi >= 3001.1.8.0,
fastcgi >= 3001.0.2.2,
json >= 0.3.3,
utf8-string >= 0.3.1.1,
bytestring