[Git][haskell-team/DHG_packages][master] aeson-extras: patch for newer build dependencies

Clint Adams gitlab at salsa.debian.org
Sun Sep 1 15:53:10 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
e6619194 by Clint Adams at 2019-09-01T14:52:35Z
aeson-extras: patch for newer build dependencies

- - - - -


3 changed files:

- p/haskell-aeson-extra/debian/changelog
- p/haskell-aeson-extra/debian/control
- p/haskell-aeson-extra/debian/patches/newer-deps


Changes:

=====================================
p/haskell-aeson-extra/debian/changelog
=====================================
@@ -1,9 +1,13 @@
-haskell-aeson-extra (0.4.1.1-5) UNRELEASED; urgency=medium
+haskell-aeson-extra (0.4.1.1-5) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Remove Dmitry Bogatov from Uploaders per his request. Thank you
     Dmitry for your previous maintainership.
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 30 Jul 2019 13:10:08 +0300
+  [ Clint Adams ]
+  * Patch for newer build dependencies.
+
+ -- Clint Adams <clint at debian.org>  Sun, 01 Sep 2019 10:42:21 -0400
 
 haskell-aeson-extra (0.4.1.1-4) unstable; urgency=medium
 


=====================================
p/haskell-aeson-extra/debian/control
=====================================
@@ -33,13 +33,13 @@ Build-Depends:
  libghc-hashable-dev (>= 1.2),
  libghc-hashable-prof,
  libghc-recursion-schemes-dev (>= 4.1.2),
- libghc-recursion-schemes-dev (<< 5.1),
+ libghc-recursion-schemes-dev (<< 5.2),
  libghc-recursion-schemes-prof,
  libghc-scientific-dev (<< 0.4),
  libghc-scientific-dev (>= 0.3),
  libghc-scientific-prof,
  libghc-these-dev (>= 0.7.4),
- libghc-these-dev (<< 0.8),
+ libghc-these-dev (<< 0.9),
  libghc-these-prof,
  libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-dev (<< 0.3),
@@ -50,7 +50,7 @@ Build-Depends:
  libghc-quickcheck-instances-dev (>= 0.3),
  libghc-quickcheck-instances-dev (<< 0.4),
  libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 1.2),
+ libghc-tasty-dev (<< 1.3),
  libghc-tasty-prof,
  libghc-tasty-hunit-dev (>= 0.9),
  libghc-tasty-hunit-dev (<< 0.11),


=====================================
p/haskell-aeson-extra/debian/patches/newer-deps
=====================================
@@ -1,5 +1,3 @@
-Index: b/aeson-extra.cabal
-===================================================================
 --- a/aeson-extra.cabal
 +++ b/aeson-extra.cabal
 @@ -1,5 +1,6 @@
@@ -9,7 +7,7 @@ Index: b/aeson-extra.cabal
  synopsis:       Extra goodies for aeson
  description:    Package provides extra funcitonality on top of @aeson@ and @aeson-compat@
  category:       Web
-@@ -9,7 +10,7 @@ author:         Oleg Grenrus <oleg.grenr
+@@ -9,7 +10,7 @@
  maintainer:     Oleg Grenrus <oleg.grenrus at iki.fi>
  license:        BSD3
  license-file:   LICENSE
@@ -18,7 +16,7 @@ Index: b/aeson-extra.cabal
  build-type:     Simple
  cabal-version:  >= 1.10
  
-@@ -26,21 +27,21 @@ library
+@@ -26,23 +27,23 @@
        src
    ghc-options: -Wall
    build-depends:
@@ -37,19 +35,23 @@ Index: b/aeson-extra.cabal
      , exceptions               >=0.8  && <0.11
      , hashable                 >=1.2  && <1.3
      , parsec                   >=3.1.9 && <3.2
-     , recursion-schemes        >=4.1.2 && <5.1
+-    , recursion-schemes        >=4.1.2 && <5.1
++    , recursion-schemes        >=4.1.2 && <5.2
      , scientific               >=0.3  && <0.4
 -    , template-haskell         >=2.8  && <2.14
 +    , template-haskell         >=2.8  && <2.15
      , text                     >=1.2  && <1.3
-     , these                    >=0.7.4 && <0.8
+-    , these                    >=0.7.4 && <0.8
++    , these                    >=0.7.4 && <0.9
      , time                     >=1.4.0.1 && <1.9
-@@ -78,7 +79,7 @@ test-suite aeson-extra-test
+     , unordered-containers     >=0.2  && <0.3
+     , vector                   >=0.10 && <0.13
+@@ -78,7 +79,7 @@
      , unordered-containers
      , vector
      , time-parsers          >=0.1.0.0 && <0.2
 -    , tasty                 >=0.10  && <1.1
-+    , tasty                 >=0.10  && <1.2
++    , tasty                 >=0.10  && <1.3
      , tasty-hunit           >=0.9   && <0.11
      , tasty-quickcheck      >=0.8   && <0.11
      , quickcheck-instances  >=0.3   && <0.4



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e661919431dfd538a19d221838dd15d53fde693b
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/20190901/7cdd9d09/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list