Commit cdb239b1 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-ekg: patch for newer deps

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

  * Bump dependency bounds

 -- Gianfranco Costamagna <locutusofborg@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
+4 −12
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:
--- 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,