[Git][haskell-team/DHG_packages][master] pointed: patch for newer containers

Clint Adams gitlab at salsa.debian.org
Sun Sep 1 00:47:06 BST 2019



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


Commits:
9fe93e17 by Clint Adams at 2019-08-31T23:46:21Z
pointed: patch for newer containers

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-pointed/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-pointed (5.0.1-4) UNRELEASED; urgency=medium
+haskell-pointed (5.0.1-4) unstable; urgency=medium
 
+  [ Dmitry Bogatov ]
   * Add missing "Upstream-Name" field into "debian/copyright".
 
- -- Dmitry Bogatov <KAction at debian.org>  Thu, 16 May 2019 14:24:22 +0000
+  [ Clint Adams ]
+  * Patch for newer containers.
+
+ -- Clint Adams <clint at debian.org>  Sat, 31 Aug 2019 19:46:11 -0400
 
 haskell-pointed (5.0.1-3) unstable; urgency=medium
 


=====================================
p/haskell-pointed/debian/control
=====================================
@@ -49,8 +49,8 @@ Build-Depends-Indep:
  libghc-tagged-doc,
  libghc-transformers-compat-doc,
  libghc-unordered-containers-doc,
-Standards-Version: 4.1.4
-Homepage: http://github.com/ekmett/pointed/
+Standards-Version: 4.4.0
+Homepage: https://github.com/ekmett/pointed/
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-pointed
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-pointed]
 X-Description: pointed and copointed data


=====================================
p/haskell-pointed/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/pointed.cabal
++++ b/pointed.cabal
+@@ -80,7 +80,7 @@
+     build-depends: comonad >= 5 && < 6
+ 
+   if flag(containers)
+-    build-depends: containers >= 0.4 && < 0.6
++    build-depends: containers >= 0.4 && < 0.7
+ 
+   if flag(kan-extensions)
+     build-depends: kan-extensions >= 5 && < 6


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



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

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


More information about the Pkg-haskell-commits mailing list