summaryrefslogtreecommitdiff
path: root/community/haskell-http/0001-relax-upper-bound-on-network.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-http/0001-relax-upper-bound-on-network.patch')
-rw-r--r--community/haskell-http/0001-relax-upper-bound-on-network.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/haskell-http/0001-relax-upper-bound-on-network.patch b/community/haskell-http/0001-relax-upper-bound-on-network.patch
new file mode 100644
index 000000000..1f74cd3e9
--- /dev/null
+++ b/community/haskell-http/0001-relax-upper-bound-on-network.patch
@@ -0,0 +1,12 @@
+diff -aur HTTP-4000.2.12/HTTP.cabal HTTP-4000.2.12.new/HTTP.cabal
+--- HTTP-4000.2.12/HTTP.cabal 2005-05-06 06:32:53.000000000 +0200
++++ HTTP-4000.2.12.new/HTTP.cabal 2014-07-12 16:22:44.083433261 +0200
+@@ -85,7 +85,7 @@
+ Network.HTTP.Utils
+ Paths_HTTP
+ GHC-options: -fwarn-missing-signatures -Wall
+- Build-depends: base >= 2 && < 4.8, network < 2.5, parsec
++ Build-depends: base >= 2 && < 4.8, network < 2.6, parsec
+ Extensions: FlexibleInstances
+ if flag(old-base)
+ Build-depends: base < 3