Commit 72494f6b authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

ekg: Newer build-deps from hackage

parent 4fd1e31d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-ekg (0.4.0.15-4) unstable; urgency=medium

  * Newer build-deps from hackage

 -- Ilias Tsitsimpis <iliastsi@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)
+2 −2
Original line number Diff line number Diff line
@@ -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,
+27 −0
Original line number Diff line number Diff line
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,
+1 −0
Original line number Diff line number Diff line
newer-deps