[Git][haskell-team/DHG_packages][master] http-media: patch for newer base

Clint Adams gitlab at salsa.debian.org
Fri Jun 12 02:54:12 BST 2020



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


Commits:
2dd20d24 by Clint Adams at 2020-06-11T21:53:38-04:00
http-media: patch for newer base

- - - - -


3 changed files:

- p/haskell-http-media/debian/changelog
- + p/haskell-http-media/debian/patches/newer-deps
- + p/haskell-http-media/debian/patches/series


Changes:

=====================================
p/haskell-http-media/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-http-media (0.8.0.0-2) unstable; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Thu, 11 Jun 2020 21:52:47 -0400
+
 haskell-http-media (0.8.0.0-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/haskell-http-media/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/http-media.cabal
++++ b/http-media.cabal
+@@ -71,7 +71,7 @@
+     Network.HTTP.Media.Utils
+ 
+   build-depends:
+-    base             >= 4.7  && < 4.13,
++    base             >= 4.7  && < 4.15,
+     bytestring       >= 0.10 && < 0.11,
+     case-insensitive >= 1.0  && < 1.3,
+     containers       >= 0.5  && < 0.7,
+@@ -122,7 +122,7 @@
+     Network.HTTP.Media.Utils
+ 
+   build-depends:
+-    base                       >= 4.7  && < 4.13,
++    base                       >= 4.7  && < 4.15,
+     bytestring                 >= 0.10 && < 0.11,
+     case-insensitive           >= 1.0  && < 1.3,
+     containers                 >= 0.5  && < 0.7,


=====================================
p/haskell-http-media/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2dd20d248fae08700899572c57cc3bbdf6c5c31a
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/20200612/9e517bcb/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list