[Git][haskell-team/DHG_packages][master] cabal-install: patch for newer network

Clint Adams gitlab at salsa.debian.org
Sat Aug 31 22:04:00 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
ae5a4233 by Clint Adams at 2019-08-31T21:03:27Z
cabal-install: patch for newer network

- - - - -


4 changed files:

- p/haskell-cabal-install/debian/changelog
- p/haskell-cabal-install/debian/control
- + p/haskell-cabal-install/debian/patches/newer-deps
- + p/haskell-cabal-install/debian/patches/series


Changes:

=====================================
p/haskell-cabal-install/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-cabal-install (2.4.0.0-2) unstable; urgency=medium
+
+  * Patch for newer network.
+
+ -- Clint Adams <clint at debian.org>  Sat, 31 Aug 2019 16:56:27 -0400
+
 haskell-cabal-install (2.4.0.0-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-cabal-install/debian/control
=====================================
@@ -30,7 +30,7 @@ Build-Depends:
  libghc-hashable-dev (<< 2),
  libghc-hashable-prof,
  libghc-network-dev (>= 2.6),
- libghc-network-dev (<< 2.8),
+ libghc-network-dev (<< 2.9),
  libghc-network-prof,
  libghc-network-uri-dev (>= 2.6.0.2),
  libghc-network-uri-dev (<< 2.7),
@@ -42,7 +42,7 @@ Build-Depends:
  libghc-tar-dev (<< 0.6),
  libghc-tar-prof,
  libghc-zip-archive-dev (>= 0.3.2.5),
- libghc-zip-archive-dev (<< 0.4),
+ libghc-zip-archive-dev (<< 0.5),
  libghc-zip-archive-prof,
  libghc-zlib-dev (>= 0.5.3),
  libghc-zlib-dev (<< 0.7),


=====================================
p/haskell-cabal-install/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/cabal-install.cabal
++++ b/cabal-install.cabal
+@@ -315,7 +315,7 @@
+         HTTP       >= 4000.1.5 && < 4000.4,
+         mtl        >= 2.0      && < 3,
+         network-uri >= 2.6.0.2 && < 2.7,
+-        network    >= 2.6      && < 2.8,
++        network    >= 2.6      && < 2.9,
+         pretty     >= 1.1      && < 1.2,
+         process    >= 1.1.0.2  && < 1.7,
+         random     >= 1        && < 1.2,
+@@ -325,7 +325,7 @@
+         zlib       >= 0.5.3    && < 0.7,
+         hackage-security >= 0.5.2.2 && < 0.6,
+         text       >= 1.2.3    && < 1.3,
+-        zip-archive >= 0.3.2.5 && < 0.4,
++        zip-archive >= 0.3.2.5 && < 0.5,
+         parsec     >= 3.1.13.0 && < 3.2
+ 
+     if flag(native-dns)


=====================================
p/haskell-cabal-install/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/ae5a423391d3656e0b2c949f0123b135d3e76efc

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/ae5a423391d3656e0b2c949f0123b135d3e76efc
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190831/9059f0ba/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list