Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
haskell-derive: update to new release
· 7cbe7103
Gianfranco Costamagna
authored
Aug 28, 2019
7cbe7103
haskell-enummapset-th: patch for newer containers and ghc
· 2211fba0
Gianfranco Costamagna
authored
Aug 28, 2019
2211fba0
Show whitespace changes
Inline
Side-by-side
p/haskell-derive/debian/changelog
View file @
2211fba0
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
...
...
p/haskell-enummapset-th/debian/changelog
View file @
2211fba0
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
...
...
p/haskell-enummapset-th/debian/patches/drop-show-tree
0 → 100644
View file @
2211fba0
--- 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 → 100644
View file @
2211fba0
--- 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
View file @
2211fba0
add-semigroup-instances
newer-deps
drop-show-tree