Commit e6619194 authored by Clint Adams's avatar Clint Adams
Browse files

aeson-extras: patch for newer build dependencies

parent 58a0273e
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
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@debian.org>  Tue, 30 Jul 2019 13:10:08 +0300
  [ Clint Adams ]
  * Patch for newer build dependencies.

 -- Clint Adams <clint@debian.org>  Sun, 01 Sep 2019 10:42:21 -0400

haskell-aeson-extra (0.4.1.1-4) unstable; urgency=medium

+3 −3
Original line number Diff line number Diff line
@@ -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),
+10 −8
Original line number Diff line number Diff line
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@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