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

Clint Adams gitlab at salsa.debian.org
Wed Aug 28 01:17:03 BST 2019



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


Commits:
92b616e3 by Clint Adams at 2019-08-28T00:16:31Z
adjunctions: patch for newer containers

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-adjunctions/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-adjunctions (4.4-5) unstable; urgency=medium
+
+  * Patch for newer containers.
+
+ -- Clint Adams <clint at debian.org>  Tue, 27 Aug 2019 20:12:14 -0400
+
 haskell-adjunctions (4.4-4) unstable; urgency=medium
 
   * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)


=====================================
p/haskell-adjunctions/debian/control
=====================================
@@ -52,8 +52,8 @@ Build-Depends-Indep:
  libghc-tagged-doc,
  libghc-transformers-compat-doc,
  libghc-void-doc,
-Standards-Version: 4.1.4
-Homepage: http://github.com/ekmett/adjunctions/
+Standards-Version: 4.4.0
+Homepage: https://github.com/ekmett/adjunctions/
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-adjunctions
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-adjunctions]
 X-Description: adjunctions and representable functors for Haskell


=====================================
p/haskell-adjunctions/debian/patches/newer-deps
=====================================
@@ -0,0 +1,25 @@
+--- a/adjunctions.cabal
++++ b/adjunctions.cabal
+@@ -1,6 +1,7 @@
+ name:          adjunctions
+ category:      Data Structures, Adjunctions
+ version:       4.4
++x-revision: 2
+ license:       BSD3
+ cabal-version: >= 1.8
+ license-file:  LICENSE
+@@ -44,12 +45,13 @@
+     MultiParamTypeClasses
+     Rank2Types
+     UndecidableInstances
++    DefaultSignatures
+ 
+   build-depends:
+     array               >= 0.3.0.2 && < 0.7,
+     base                >= 4       && < 5,
+     comonad             >= 4       && < 6,
+-    containers          >= 0.3     && < 0.6,
++    containers          >= 0.3     && < 0.7,
+     contravariant       >= 1       && < 2,
+     distributive        >= 0.5.1   && < 1,
+     free                >= 4       && < 6,


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/92b616e36192b60fcbcf1c630fb9dd09c6d263d8
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/20190828/a8801e8c/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list