[DHG_packages] 01/01: aeson-extra: Newer build-deps from hackage

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Mon Nov 6 15:36:37 UTC 2017


This is an automated email from the git hooks/post-receive script.

iliastsi-guest pushed a commit to branch master
in repository DHG_packages.

commit 1730a3e92b084bb0ba94482d99debc680aadf739
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Mon Nov 6 17:27:29 2017 +0200

    aeson-extra: Newer build-deps from hackage
    
    Closes: #880513
---
 p/haskell-aeson-extra/debian/changelog             |  5 ++--
 p/haskell-aeson-extra/debian/control               |  7 ++---
 .../debian/patches/newer-deps-from-hackage         | 35 ++++++++++++++++++++++
 p/haskell-aeson-extra/debian/patches/series        |  1 +
 4 files changed, 42 insertions(+), 6 deletions(-)

diff --git a/p/haskell-aeson-extra/debian/changelog b/p/haskell-aeson-extra/debian/changelog
index d685a63..5c2f974 100644
--- a/p/haskell-aeson-extra/debian/changelog
+++ b/p/haskell-aeson-extra/debian/changelog
@@ -1,12 +1,13 @@
-haskell-aeson-extra (0.4.0.0-3) UNRELEASED; urgency=medium
+haskell-aeson-extra (0.4.0.0-3) unstable; urgency=medium
 
   * Change Priority to optional. Since Debian Policy version 4.0.1,
     priority extra has been deprecated.
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
   * Declare compliance with Debian policy 4.1.1
+  * Get newer build-deps from hackage (Closes: #880513)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 01 Nov 2017 12:13:36 +0200
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 06 Nov 2017 17:26:03 +0200
 
 haskell-aeson-extra (0.4.0.0-2) unstable; urgency=medium
 
diff --git a/p/haskell-aeson-extra/debian/control b/p/haskell-aeson-extra/debian/control
index 566bd19..eb31188 100644
--- a/p/haskell-aeson-extra/debian/control
+++ b/p/haskell-aeson-extra/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  libghc-aeson-compat-dev (<< 0.4),
  libghc-aeson-compat-dev (>= 0.3.0.0),
  libghc-aeson-compat-prof,
- libghc-aeson-dev (<< 1.1),
+ libghc-aeson-dev (<< 1.3),
  libghc-aeson-dev (>= 0.7.0.6),
  libghc-aeson-prof,
  libghc-attoparsec-dev (<< 0.14),
@@ -58,10 +58,9 @@ Build-Depends:
  libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-prof (<< 0.3),
  libghc-unordered-containers-prof (>= 0.2),
- libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (<< 0.13),
  libghc-vector-dev (>= 0.10),
- libghc-vector-prof (<< 0.12),
- libghc-vector-prof (>= 0.10),
+ libghc-vector-prof,
 Build-Depends-Indep:
  ghc-doc,
  libghc-aeson-compat-doc,
diff --git a/p/haskell-aeson-extra/debian/patches/newer-deps-from-hackage b/p/haskell-aeson-extra/debian/patches/newer-deps-from-hackage
new file mode 100644
index 0000000..5832222
--- /dev/null
+++ b/p/haskell-aeson-extra/debian/patches/newer-deps-from-hackage
@@ -0,0 +1,35 @@
+Description: Newer dependencies from hackage
+Origin: upstream, https://hackage.haskell.org/package/aeson-extra-0.4.0.0/revisions/
+---
+
+Index: b/aeson-extra.cabal
+===================================================================
+--- a/aeson-extra.cabal
++++ b/aeson-extra.cabal
+@@ -27,7 +27,7 @@ library
+   ghc-options: -Wall
+   build-depends:
+       base                     >=4.6  && <4.10
+-    , aeson                    >=0.7.0.6 && <1.1
++    , aeson                    >=0.7.0.6 && <1.3
+     , aeson-compat             >=0.3.0.0 && <0.4
+     , attoparsec               >=0.11.3.4 && <0.14
+     , base-compat              >=0.6.0   && <0.10
+@@ -43,7 +43,7 @@ library
+     , time                     >=1.4.2 && <1.7
+     , time-parsers             >=0.1.0.0 && <0.2
+     , unordered-containers     >=0.2  && <0.3
+-    , vector                   >=0.10 && <0.12
++    , vector                   >=0.10 && <0.13
+   if impl(ghc >= 7.8)
+     exposed-modules:
+       Data.Aeson.Extra.SingObject
+@@ -74,7 +74,7 @@ test-suite aeson-extra-test
+     , time                  >=1.4.2 && <1.7
+     , time-parsers          >=0.1.0.0 && <0.2
+     , unordered-containers  >=0.2  && <0.3
+-    , vector                >=0.10 && <0.12
++    , vector                >=0.10 && <0.13
+     , tasty                 >=0.10  && <0.12
+     , tasty-hunit           >=0.9   && <0.10
+     , tasty-quickcheck      >=0.8   && <0.9
diff --git a/p/haskell-aeson-extra/debian/patches/series b/p/haskell-aeson-extra/debian/patches/series
new file mode 100644
index 0000000..30c91d0
--- /dev/null
+++ b/p/haskell-aeson-extra/debian/patches/series
@@ -0,0 +1 @@
+newer-deps-from-hackage

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list