[Git][haskell-team/DHG_packages][master] ekg: Newer build-deps from hackage
Ilias Tsitsimpis
gitlab at salsa.debian.org
Mon Nov 5 20:54:08 GMT 2018
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
72494f6b by Ilias Tsitsimpis at 2018-11-05T20:50:00Z
ekg: Newer build-deps from hackage
- - - - -
4 changed files:
- p/haskell-ekg/debian/changelog
- p/haskell-ekg/debian/control
- + p/haskell-ekg/debian/patches/newer-deps
- + p/haskell-ekg/debian/patches/series
Changes:
=====================================
p/haskell-ekg/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-ekg (0.4.0.15-4) unstable; urgency=medium
+
+ * Newer build-deps from hackage
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 05 Nov 2018 22:49:55 +0200
+
haskell-ekg (0.4.0.15-3) unstable; urgency=medium
* Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
=====================================
p/haskell-ekg/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-aeson-dev (>= 0.4),
- libghc-aeson-dev (<< 1.3),
+ libghc-aeson-dev (<< 1.5),
libghc-aeson-prof,
libghc-ekg-core-dev (<< 0.2),
libghc-ekg-core-dev (>= 0.1),
@@ -21,7 +21,7 @@ Build-Depends:
libghc-ekg-json-dev (<< 0.2),
libghc-ekg-json-dev (>= 0.1),
libghc-ekg-json-prof,
- libghc-network-dev (<< 2.7),
+ libghc-network-dev (<< 2.9),
libghc-network-prof,
libghc-snap-core-dev (<< 1.1),
libghc-snap-core-prof,
=====================================
p/haskell-ekg/debian/patches/newer-deps
=====================================
@@ -0,0 +1,27 @@
+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:
+@@ -39,13 +40,13 @@ library
+ System.Remote.Snap
+
+ build-depends:
+- aeson >= 0.4 && < 1.3,
++ aeson >= 0.4 && < 1.5,
+ base >= 4.5 && < 4.12,
+ bytestring < 1.0,
+ ekg-core >= 0.1 && < 0.2,
+ ekg-json >= 0.1 && < 0.2,
+ filepath < 1.5,
+- network < 2.7,
++ network < 2.9,
+ snap-core < 1.1,
+ snap-server < 1.2,
+ text < 1.3,
=====================================
p/haskell-ekg/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/72494f6bc0d08da7fb77d3d6658f4c33748b2d80
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/72494f6bc0d08da7fb77d3d6658f4c33748b2d80
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/20181105/d4e0e71a/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list