[Git][haskell-team/DHG_packages][master] haskell-generic-trie: patch for newer deps
Gianfranco Costamagna
gitlab at salsa.debian.org
Fri Aug 23 13:40:55 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9ab50db5 by Gianfranco Costamagna at 2019-08-23T12:40:33Z
haskell-generic-trie: patch for newer deps
- - - - -
2 changed files:
- p/haskell-generic-trie/debian/changelog
- p/haskell-generic-trie/debian/patches/newer-deps
Changes:
=====================================
p/haskell-generic-trie/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-generic-trie (0.3.1-4) unstable; urgency=medium
+
+ * Patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Sat, 03 Aug 2019 12:14:03 +0200
+
haskell-generic-trie (0.3.1-3) unstable; urgency=medium
* Get newer build-deps from hackage
=====================================
p/haskell-generic-trie/debian/patches/newer-deps
=====================================
@@ -1,13 +1,14 @@
-Index: b/generic-trie.cabal
-===================================================================
---- a/generic-trie.cabal
-+++ b/generic-trie.cabal
-@@ -25,7 +25,7 @@ extra-source-files:
+--- haskell-generic-trie-0.3.1.orig/generic-trie.cabal
++++ haskell-generic-trie-0.3.1/generic-trie.cabal
+@@ -25,9 +25,9 @@ extra-source-files:
library
exposed-modules: Data.GenericTrie,
Data.GenericTrie.Internal
- build-depends: base >= 4.5 && < 4.11,
+ build-depends: base >= 4.5 && < 5,
transformers >= 0.2 && < 0.6,
- containers >= 0.4.2.1 && < 0.6
+- containers >= 0.4.2.1 && < 0.6
++ containers >= 0.4.2.1 && < 0.7
GHC-options: -O2 -Wall
+
+ hs-source-dirs: src
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9ab50db561ac741509f92a94897b0e70c7987b62
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9ab50db561ac741509f92a94897b0e70c7987b62
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/20190823/2f457c53/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list