[Git][haskell-team/DHG_packages][master] io-streams: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jul 22 17:56:55 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
01bf2095 by Clint Adams at 2022-07-22T12:56:21-04:00
io-streams: patch for newer deps
- - - - -
4 changed files:
- p/haskell-io-streams/debian/changelog
- p/haskell-io-streams/debian/control
- + p/haskell-io-streams/debian/patches/newer-deps
- + p/haskell-io-streams/debian/patches/series
Changes:
=====================================
p/haskell-io-streams/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-io-streams (1.5.2.1-2) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Fri, 22 Jul 2022 12:55:43 -0400
+
haskell-io-streams (1.5.2.1-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-io-streams/debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends:
ghc (>= 8.4.3),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (<< 0.15),
libghc-attoparsec-dev (>= 0.10),
libghc-attoparsec-prof,
libghc-network-dev (>= 2.3),
=====================================
p/haskell-io-streams/debian/patches/newer-deps
=====================================
@@ -0,0 +1,18 @@
+--- a/io-streams.cabal
++++ b/io-streams.cabal
+@@ -128,12 +128,12 @@ Library
+ System.IO.Streams.Internal.Search
+
+ Build-depends: base >= 4 && <5,
+- attoparsec >= 0.10 && <0.14,
++ attoparsec >= 0.10 && <0.15,
+ bytestring >= 0.9 && <0.12,
+ primitive >= 0.2 && <0.8,
+ process >= 1.1 && <1.7,
+- text >= 0.10 && <1.3,
+- time >= 1.2 && <1.10,
++ text >= 0.10 && <2.1,
++ time >= 1.2 && <1.12,
+ transformers >= 0.2 && <0.6,
+ vector >= 0.7 && <0.13
+
=====================================
p/haskell-io-streams/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/01bf2095dc9c1a2b6e5008656e0700be895fcbe1
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/01bf2095dc9c1a2b6e5008656e0700be895fcbe1
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/20220722/c0d8a075/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list