[Git][haskell-team/DHG_packages][master] io-streams-haproxy: Patch for newer deps
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sat Jul 23 10:07:17 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9fae10ba by Ilias Tsitsimpis at 2022-07-23T12:06:02+03:00
io-streams-haproxy: Patch for newer deps
- - - - -
3 changed files:
- p/haskell-io-streams-haproxy/debian/changelog
- p/haskell-io-streams-haproxy/debian/control
- p/haskell-io-streams-haproxy/debian/patches/newer-deps
Changes:
=====================================
p/haskell-io-streams-haproxy/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-io-streams-haproxy (1.0.1.0-4) UNRELEASED; urgency=medium
+haskell-io-streams-haproxy (1.0.1.0-4) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * Patch for newer dependencies
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:36 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 23 Jul 2022 12:05:54 +0300
haskell-io-streams-haproxy (1.0.1.0-3) unstable; urgency=medium
=====================================
p/haskell-io-streams-haproxy/debian/control
=====================================
@@ -10,9 +10,8 @@ Build-Depends: debhelper (>= 10),
ghc (>= 8),
ghc-prof,
libghc-attoparsec-dev (>= 0.7),
- libghc-attoparsec-dev (<< 0.14),
- libghc-attoparsec-prof (>= 0.7),
- libghc-attoparsec-prof (<< 0.14),
+ libghc-attoparsec-dev (<< 0.15),
+ libghc-attoparsec-prof,
libghc-io-streams-dev (>= 1.3),
libghc-io-streams-dev (<< 1.6),
libghc-io-streams-prof,
=====================================
p/haskell-io-streams-haproxy/debian/patches/newer-deps
=====================================
@@ -1,19 +1,22 @@
+Index: b/io-streams-haproxy.cabal
+===================================================================
--- a/io-streams-haproxy.cabal
+++ b/io-streams-haproxy.cabal
@@ -1,5 +1,6 @@
name: io-streams-haproxy
version: 1.0.1.0
-+x-revision: 3
++x-revision: 5
synopsis: HAProxy protocol 1.5 support for io-streams
description: HAProxy protocol version 1.5 support (see
-@@ -35,11 +36,11 @@
+@@ -35,11 +36,11 @@ library
other-modules: System.IO.Streams.Network.Internal.Address
c-sources: cbits/byteorder.c
- build-depends: base >= 4.5 && < 4.13,
-+ build-depends: base >= 4.5 && < 4.15,
- attoparsec >= 0.7 && < 0.14,
+- attoparsec >= 0.7 && < 0.14,
++ build-depends: base >= 4.5 && < 4.16,
++ attoparsec >= 0.7 && < 0.15,
bytestring >= 0.9 && < 0.11,
io-streams >= 1.3 && < 1.6,
- network >= 2.3 && < 3.1,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9fae10ba3320507c77416089718ff5e396f9ce26
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9fae10ba3320507c77416089718ff5e396f9ce26
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/20220723/da4a50d1/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list