[Git][haskell-team/DHG_packages][master] ekg-json: Newer build-deps from hackage

Ilias Tsitsimpis gitlab at salsa.debian.org
Sun Nov 4 12:31:01 GMT 2018


Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
a8abfcc2 by Ilias Tsitsimpis at 2018-11-04T12:28:08Z
ekg-json: Newer build-deps from hackage

- - - - -


5 changed files:

- p/haskell-ekg-json/debian/changelog
- p/haskell-ekg-json/debian/control
- p/haskell-ekg-json/debian/copyright
- + p/haskell-ekg-json/debian/patches/newer-deps
- + p/haskell-ekg-json/debian/patches/series


Changes:

=====================================
p/haskell-ekg-json/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+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 at 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)


=====================================
p/haskell-ekg-json/debian/control
=====================================
@@ -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),


=====================================
p/haskell-ekg-json/debian/copyright
=====================================
@@ -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


=====================================
p/haskell-ekg-json/debian/patches/newer-deps
=====================================
@@ -0,0 +1,22 @@
+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


=====================================
p/haskell-ekg-json/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/a8abfcc26f5c784d9de76fb37751187e9508c147

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/a8abfcc26f5c784d9de76fb37751187e9508c147
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/20181104/6f7c2eac/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list