Commit a8abfcc2 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

ekg-json: Newer build-deps from hackage

parent 7321a663
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-ekg-json (0.1.0.6-5) unstable; urgency=medium

  * Newer build-deps from hackage
  * Set license to BSD-3-clause

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Sun, 04 Nov 2018 14:28:00 +0200

haskell-ekg-json (0.1.0.6-4) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,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),
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@ Source: https://hackage.haskell.org/package/ekg-json

Files: *
Copyright: 2015, Johan Tibell
License: BSD3
License: BSD-3-clause

Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: BSD3
License: BSD-3-clause

License: BSD3
License: BSD-3-clause
 All rights reserved.
 .
 Redistribution and use in source and binary forms, with or without
+22 −0
Original line number Diff line number Diff line
Index: b/ekg-json.cabal
===================================================================
--- a/ekg-json.cabal
+++ b/ekg-json.cabal
@@ -1,5 +1,6 @@
 name:                ekg-json
 version:             0.1.0.6
+x-revision: 3
 synopsis:            JSON encoding of ekg metrics
 description:
   Encodes ekg metrics as JSON, using the same encoding as used by the
@@ -20,8 +21,8 @@ library
   exposed-modules:
     System.Metrics.Json
   build-depends:
-    aeson >=0.4 && < 1.3,
-    base >= 4.5 && < 4.11,
+    aeson >=0.4 && < 1.5,
+    base >= 4.5 && < 4.12,
     ekg-core >= 0.1 && < 0.2,
     text < 1.3,
     unordered-containers < 0.3
+1 −0
Original line number Diff line number Diff line
newer-deps