[Git][haskell-team/DHG_packages][master] haskell-ekg: patch for newer deps
Gianfranco Costamagna
gitlab at salsa.debian.org
Fri Sep 6 19:11:36 BST 2019
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
cdb239b1 by Gianfranco Costamagna at 2019-09-06T18:11:15Z
haskell-ekg: patch for newer deps
- - - - -
2 changed files:
- p/haskell-ekg/debian/changelog
- p/haskell-ekg/debian/patches/newer-deps
Changes:
=====================================
p/haskell-ekg/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ekg (0.4.0.15-5) unstable; urgency=medium
+
+ * Bump dependency bounds
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 06 Sep 2019 20:10:08 +0200
+
haskell-ekg (0.4.0.15-4) unstable; urgency=medium
* Newer build-deps from hackage
=====================================
p/haskell-ekg/debian/patches/newer-deps
=====================================
@@ -1,21 +1,13 @@
-Index: b/ekg.cabal
-===================================================================
---- a/ekg.cabal
-+++ b/ekg.cabal
-@@ -1,5 +1,6 @@
- name: ekg
- version: 0.4.0.15
-+x-revision: 4
- cabal-version: >= 1.8
- synopsis: Remote monitoring of processes
- description:
+--- haskell-ekg-0.4.0.15.orig/ekg.cabal
++++ haskell-ekg-0.4.0.15/ekg.cabal
@@ -39,13 +40,13 @@ library
System.Remote.Snap
build-depends:
- aeson >= 0.4 && < 1.3,
+- base >= 4.5 && < 4.12,
+ aeson >= 0.4 && < 1.5,
- base >= 4.5 && < 4.12,
++ base >= 4.5 && < 4.13,
bytestring < 1.0,
ekg-core >= 0.1 && < 0.2,
ekg-json >= 0.1 && < 0.2,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/cdb239b140871c4ff0396e4f041e8426fa7de0ac
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/cdb239b140871c4ff0396e4f041e8426fa7de0ac
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/20190906/60f36a15/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list