diff -Nru haskell-aeson-extra-0.4.1.1/debian/changelog haskell-aeson-extra-0.4.1.1/debian/changelog --- haskell-aeson-extra-0.4.1.1/debian/changelog 2018-10-23 11:20:00.000000000 +0000 +++ haskell-aeson-extra-0.4.1.1/debian/changelog 2019-09-01 14:42:21.000000000 +0000 @@ -1,3 +1,14 @@ +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. + + [ Clint Adams ] + * Patch for newer build dependencies. + + -- Clint Adams Sun, 01 Sep 2019 10:42:21 -0400 + haskell-aeson-extra (0.4.1.1-4) unstable; urgency=medium * Newer build-deps from hackage diff -Nru haskell-aeson-extra-0.4.1.1/debian/control haskell-aeson-extra-0.4.1.1/debian/control --- haskell-aeson-extra-0.4.1.1/debian/control 2018-10-23 11:19:29.000000000 +0000 +++ haskell-aeson-extra-0.4.1.1/debian/control 2019-09-01 14:42:21.000000000 +0000 @@ -1,7 +1,7 @@ Source: haskell-aeson-extra Maintainer: Debian Haskell Group Uploaders: - Dmitry Bogatov , + Ilias Tsitsimpis , Priority: optional Section: haskell Rules-Requires-Root: no @@ -33,13 +33,13 @@ 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 @@ 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), diff -Nru haskell-aeson-extra-0.4.1.1/debian/patches/newer-deps haskell-aeson-extra-0.4.1.1/debian/patches/newer-deps --- haskell-aeson-extra-0.4.1.1/debian/patches/newer-deps 2018-10-23 11:17:56.000000000 +0000 +++ haskell-aeson-extra-0.4.1.1/debian/patches/newer-deps 2019-09-01 14:42:21.000000000 +0000 @@ -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 @@ 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 license: BSD3 license-file: LICENSE @@ -18,7 +16,7 @@ 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 @@ , 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