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 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