From a7bfb61b4ec34e40bfc0617371cf41172f1c31c0 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 6 Jun 2018 12:40:11 +0800 Subject: [PATCH] Allow network 2.7 Builds and works fine here with network 2.7.0.0 --- httpd-shed.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd-shed.cabal b/httpd-shed.cabal index d2ea013..e91b329 100644 --- a/httpd-shed.cabal +++ b/httpd-shed.cabal @@ -34,7 +34,7 @@ Library else build-depends: network-uri < 2.6, network < 2.6 Build-Depends: - network >=2.3 && <2.7, + network >=2.3 && <2.8, network-uri >=2.5 && <2.7, base >= 4.0 && <5.0 Ghc-Options: -Wall