Skip to content
Commits on Source (2)
haskell-derive (2.6.5-1) unstable; urgency=medium
* New upstream release
-- Gianfranco Costamagna <locutusofborg@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
......
haskell-enummapset-th (0.6.1.1-5) unstable; urgency=medium
* Bump comtainer dependency
* Drop showTree, its now internal
-- Gianfranco Costamagna <locutusofborg@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
......
--- 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
------------------------------------------------------------------------
--- 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
add-semigroup-instances
newer-deps
drop-show-tree