[Git][haskell-team/DHG_packages][master] http-media: Patch for newer dependencies
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Tue Jul 19 10:46:09 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e22a3fdb by Ilias Tsitsimpis at 2022-07-19T12:44:38+03:00
http-media: Patch for newer dependencies
- - - - -
3 changed files:
- p/haskell-http-media/debian/changelog
- p/haskell-http-media/debian/control
- p/haskell-http-media/debian/patches/newer-deps
Changes:
=====================================
p/haskell-http-media/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-http-media (0.8.0.0-3) UNRELEASED; urgency=medium
+haskell-http-media (0.8.0.0-3) 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:34 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 19 Jul 2022 12:27:22 +0300
haskell-http-media (0.8.0.0-2) unstable; urgency=medium
=====================================
p/haskell-http-media/debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends:
libghc-utf8-string-dev (<< 1.1),
libghc-utf8-string-prof,
libghc-quickcheck2-dev (>= 2.8),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
libghc-quickcheck2-prof,
libghc-test-framework-dev (>= 0.8),
libghc-test-framework-dev (<< 0.9),
=====================================
p/haskell-http-media/debian/patches/newer-deps
=====================================
@@ -1,20 +1,38 @@
+Index: b/http-media.cabal
+===================================================================
--- a/http-media.cabal
+++ b/http-media.cabal
-@@ -71,7 +71,7 @@
+@@ -1,5 +1,6 @@
+ name: http-media
+ version: 0.8.0.0
++x-revision: 6
+ license: MIT
+ license-file: LICENSE
+ author: Timothy Jones
+@@ -71,8 +72,8 @@ library
Network.HTTP.Media.Utils
build-depends:
- base >= 4.7 && < 4.13,
-+ base >= 4.7 && < 4.15,
- bytestring >= 0.10 && < 0.11,
+- bytestring >= 0.10 && < 0.11,
++ base >= 4.8 && < 4.17,
++ bytestring >= 0.10 && < 0.12,
case-insensitive >= 1.0 && < 1.3,
containers >= 0.5 && < 0.7,
-@@ -122,7 +122,7 @@
+ utf8-string >= 0.3 && < 1.1
+@@ -122,12 +123,12 @@ test-suite test-http-media
Network.HTTP.Media.Utils
build-depends:
- base >= 4.7 && < 4.13,
-+ base >= 4.7 && < 4.15,
- bytestring >= 0.10 && < 0.11,
+- bytestring >= 0.10 && < 0.11,
++ base >= 4.7 && < 4.17,
++ bytestring >= 0.10 && < 0.12,
case-insensitive >= 1.0 && < 1.3,
containers >= 0.5 && < 0.7,
+ utf8-string >= 0.3 && < 1.1,
+- QuickCheck >= 2.8 && < 2.14,
++ QuickCheck >= 2.8 && < 2.15,
+ test-framework >= 0.8 && < 0.9,
+ test-framework-quickcheck2 >= 0.3 && < 0.4
+
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e22a3fdbfeff0e3a463b227a1ee00a2cd884ea97
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e22a3fdbfeff0e3a463b227a1ee00a2cd884ea97
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/20220719/42443e6a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list