From a21ffc194185165ab487e0553cd5c4d0a36a8a9d Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 3 Sep 2014 15:40:26 +0000 Subject: gf.cabal, gf-server.cabal: add version bounds on network & httpd-shed * httpd-shed-0.4 does not specify an upper bound on network, but it fails to build against network>=2.6. This is fixed in httpd-shed-0.4.0.2. * With network-2.6, the Network.URI modules is moved to a separate package, so for the time being GF requires network>=2.3 && <2.6. This is compatible with the four most recent versions of the Haskell Platform. --- gf.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gf.cabal') diff --git a/gf.cabal b/gf.cabal index c254c9894..bde0bd32b 100644 --- a/gf.cabal +++ b/gf.cabal @@ -154,7 +154,7 @@ Executable gf utf8-string ghc-options: -threaded -fwarn-unused-imports if flag(server) - build-depends: httpd-shed, network, json, cgi + build-depends: httpd-shed>=0.4.0.2, network>=2.3 && <2.6, json, cgi -- ,silently cpp-options: -DSERVER_MODE other-modules: GFServer -- cgit v1.2.3