diff -Nru haskell-pointed-5.0.1/debian/changelog haskell-pointed-5.0.1/debian/changelog --- haskell-pointed-5.0.1/debian/changelog 2018-10-01 14:50:18.000000000 +0000 +++ haskell-pointed-5.0.1/debian/changelog 2019-09-01 01:24:43.000000000 +0000 @@ -1,3 +1,19 @@ +haskell-pointed (5.0.1-5) unstable; urgency=medium + + * Patch for newer stm and hashable. + + -- Clint Adams Sat, 31 Aug 2019 21:24:43 -0400 + +haskell-pointed (5.0.1-4) unstable; urgency=medium + + [ Dmitry Bogatov ] + * Add missing "Upstream-Name" field into "debian/copyright". + + [ Clint Adams ] + * Patch for newer containers. + + -- Clint Adams Sat, 31 Aug 2019 19:46:11 -0400 + haskell-pointed (5.0.1-3) unstable; urgency=medium * Remove build dependency on libghc-stm-dev (provided by ghc-8.4.3) diff -Nru haskell-pointed-5.0.1/debian/control haskell-pointed-5.0.1/debian/control --- haskell-pointed-5.0.1/debian/control 2018-10-01 14:50:18.000000000 +0000 +++ haskell-pointed-5.0.1/debian/control 2019-08-31 23:45:02.000000000 +0000 @@ -49,8 +49,8 @@ libghc-tagged-doc, libghc-transformers-compat-doc, libghc-unordered-containers-doc, -Standards-Version: 4.1.4 -Homepage: http://github.com/ekmett/pointed/ +Standards-Version: 4.4.0 +Homepage: https://github.com/ekmett/pointed/ Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-pointed Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-pointed] X-Description: pointed and copointed data diff -Nru haskell-pointed-5.0.1/debian/copyright haskell-pointed-5.0.1/debian/copyright --- haskell-pointed-5.0.1/debian/copyright 2018-07-04 14:04:33.000000000 +0000 +++ haskell-pointed-5.0.1/debian/copyright 2019-08-26 00:08:40.000000000 +0000 @@ -1,5 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://hackage.haskell.org/package/pointed +Upstream-Name: pointed Files: * Copyright: 2008-2011 Edward Kmett diff -Nru haskell-pointed-5.0.1/debian/patches/newer-deps haskell-pointed-5.0.1/debian/patches/newer-deps --- haskell-pointed-5.0.1/debian/patches/newer-deps 1970-01-01 00:00:00.000000000 +0000 +++ haskell-pointed-5.0.1/debian/patches/newer-deps 2019-09-01 01:24:39.000000000 +0000 @@ -0,0 +1,29 @@ +--- a/pointed.cabal ++++ b/pointed.cabal +@@ -80,7 +80,7 @@ + build-depends: comonad >= 5 && < 6 + + if flag(containers) +- build-depends: containers >= 0.4 && < 0.6 ++ build-depends: containers >= 0.4 && < 0.7 + + if flag(kan-extensions) + build-depends: kan-extensions >= 5 && < 6 +@@ -92,7 +92,7 @@ + build-depends: semigroups >= 0.8.3.1 && < 1 + + if flag(stm) +- build-depends: stm >= 2.1.2.1 && < 2.5 ++ build-depends: stm >= 2.1.2.1 && < 2.6 + + if flag(tagged) + build-depends: tagged >= 0.5 && < 1 +@@ -101,7 +101,7 @@ + build-depends: transformers >= 0.2 && < 0.6, transformers-compat >= 0.3 && < 1 + + if flag(unordered-containers) +- build-depends: hashable >= 1.1 && < 1.3, unordered-containers >= 0.2 && < 0.3 ++ build-depends: hashable >= 1.1 && < 1.4, unordered-containers >= 0.2 && < 0.3 + + exposed-modules: + Data.Pointed diff -Nru haskell-pointed-5.0.1/debian/patches/series haskell-pointed-5.0.1/debian/patches/series --- haskell-pointed-5.0.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ haskell-pointed-5.0.1/debian/patches/series 2019-08-31 23:44:02.000000000 +0000 @@ -0,0 +1 @@ +newer-deps