[Git][haskell-team/DHG_packages][master] 2 commits: haskell-derive: update to new release

Gianfranco Costamagna gitlab at salsa.debian.org
Wed Aug 28 12:25:58 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
7cbe7103 by Gianfranco Costamagna at 2019-08-28T11:12:50Z
haskell-derive: update to new release

- - - - -
2211fba0 by Gianfranco Costamagna at 2019-08-28T11:25:20Z
haskell-enummapset-th: patch for newer containers and ghc

- - - - -


5 changed files:

- p/haskell-derive/debian/changelog
- p/haskell-enummapset-th/debian/changelog
- + p/haskell-enummapset-th/debian/patches/drop-show-tree
- + p/haskell-enummapset-th/debian/patches/newer-deps
- p/haskell-enummapset-th/debian/patches/series


Changes:

=====================================
p/haskell-derive/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-derive (2.6.5-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 28 Aug 2019 13:09:46 +0200
+
 haskell-derive (2.6.4-2) unstable; urgency=medium
 
   * Bump debhelper compat level to 10


=====================================
p/haskell-enummapset-th/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-enummapset-th (0.6.1.1-5) unstable; urgency=medium
+
+  * Bump comtainer dependency
+  * Drop showTree, its now internal
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 08 Aug 2019 13:48:07 +0200
+
 haskell-enummapset-th (0.6.1.1-4) unstable; urgency=medium
 
   * Backport upstream patch to build with newer ghc


=====================================
p/haskell-enummapset-th/debian/patches/drop-show-tree
=====================================
@@ -0,0 +1,11 @@
+--- haskell-enummapset-th-0.6.1.1.orig/include/map.inc
++++ haskell-enummapset-th-0.6.1.1/include/map.inc
+@@ -165,8 +165,6 @@ w 'minViewWithKey
+ w 'maxViewWithKey
+ 
+ -- * Debugging
+-w 'showTree
+-w 'showTreeWith
+ 
+ ------------------------------------------------------------------------
+ 


=====================================
p/haskell-enummapset-th/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- haskell-enummapset-th-0.6.1.1.orig/enummapset-th.cabal
++++ haskell-enummapset-th-0.6.1.1/enummapset-th.cabal
+@@ -41,7 +41,7 @@ library
+     build-depends:
+         base >= 4.5 && < 5,
+         deepseq >= 1.3,
+-        containers >= 0.5.3 && < 0.6,
++        containers >= 0.5.3 && < 0.7,
+         semigroups,
+         template-haskell >= 2.7
+     include-dirs: include


=====================================
p/haskell-enummapset-th/debian/patches/series
=====================================
@@ -1 +1,3 @@
 add-semigroup-instances
+newer-deps
+drop-show-tree



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/2f89dd46165027a47fb378dc834247213519a4ab...2211fba0163429842e5dfa4683b424d70508399f

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/2f89dd46165027a47fb378dc834247213519a4ab...2211fba0163429842e5dfa4683b424d70508399f
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/833074f1/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list