diff -Nru haskell-psqueues-0.2.7.2/CHANGELOG haskell-psqueues-0.2.7.3/CHANGELOG --- haskell-psqueues-0.2.7.2/CHANGELOG 2019-06-07 14:30:42.000000000 +0000 +++ haskell-psqueues-0.2.7.3/CHANGELOG 2021-11-05 17:37:16.000000000 +0000 @@ -1,3 +1,9 @@ +# CHANGELOG + +- 0.2.7.3 (2021-11-05) + * Relax hashable, tasty and QuickCheck upper bounds + * Bump Cabal-version to 1.10 + - 0.2.7.2 (2019-06-07) * Relax hashable upper bound to 1.3 * Relax QuickCheck upper bound to 2.13 diff -Nru haskell-psqueues-0.2.7.2/debian/changelog haskell-psqueues-0.2.7.3/debian/changelog --- haskell-psqueues-0.2.7.2/debian/changelog 2020-10-29 22:35:19.000000000 +0000 +++ haskell-psqueues-0.2.7.3/debian/changelog 2022-06-30 20:03:17.000000000 +0000 @@ -1,14 +1,12 @@ -haskell-psqueues (0.2.7.2-2build2) hirsute; urgency=medium +haskell-psqueues (0.2.7.3-1) unstable; urgency=medium - * No-change rebuild for new GHC ABIs + [ Ilias Tsitsimpis ] + * Declare compliance with Debian policy 4.6.1 - -- Steve Langasek Thu, 29 Oct 2020 22:35:19 +0000 + [ Clint Adams ] + * New upstream release -haskell-psqueues (0.2.7.2-2build1) groovy; urgency=medium - - * Rebuild against new GHC abi. - - -- Gianfranco Costamagna Wed, 22 Jul 2020 12:32:50 +0200 + -- Clint Adams Thu, 30 Jun 2022 16:03:17 -0400 haskell-psqueues (0.2.7.2-2) unstable; urgency=medium diff -Nru haskell-psqueues-0.2.7.2/debian/control haskell-psqueues-0.2.7.3/debian/control --- haskell-psqueues-0.2.7.2/debian/control 2020-10-29 22:35:19.000000000 +0000 +++ haskell-psqueues-0.2.7.3/debian/control 2022-06-30 20:03:17.000000000 +0000 @@ -1,6 +1,5 @@ Source: haskell-psqueues -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Haskell Group +Maintainer: Debian Haskell Group Uploaders: Joachim Breitner , Priority: optional @@ -13,12 +12,12 @@ ghc-prof, haskell-devscripts (>= 0.13), libghc-hashable-dev (>= 1.1.2.3), - libghc-hashable-dev (<< 1.4), + libghc-hashable-dev (<< 1.5), libghc-hashable-prof, Build-Depends-Indep: ghc-doc, libghc-hashable-doc, -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Homepage: https://hackage.haskell.org/package/psqueues Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-psqueues Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-psqueues] diff -Nru haskell-psqueues-0.2.7.2/psqueues.cabal haskell-psqueues-0.2.7.3/psqueues.cabal --- haskell-psqueues-0.2.7.2/psqueues.cabal 2019-06-07 14:30:52.000000000 +0000 +++ haskell-psqueues-0.2.7.3/psqueues.cabal 2021-11-05 17:36:43.000000000 +0000 @@ -1,5 +1,5 @@ Name: psqueues -Version: 0.2.7.2 +Version: 0.2.7.3 License: BSD3 License-file: LICENSE Maintainer: Jasper Van der Jeugt @@ -7,7 +7,7 @@ Synopsis: Pure priority search queues Category: Data Structures Build-type: Simple -Cabal-version: >=1.8 +Cabal-version: >=1.10 Description: The psqueues package provides @@ -60,13 +60,14 @@ location: http://github.com/jaspervdj/psqueues.git Library - Ghc-options: -O2 -Wall - Hs-source-dirs: src + Default-language: Haskell2010 + Ghc-options: -O2 -Wall + Hs-source-dirs: src Build-depends: base >= 4.2 && < 5 , deepseq >= 1.2 && < 1.5 - , hashable >= 1.1.2.3 && < 1.4 + , hashable >= 1.1.2.3 && < 1.5 if impl(ghc>=6.10) Build-depends: ghc-prim @@ -82,10 +83,11 @@ Data.OrdPSQ.Internal Benchmark psqueues-benchmarks - Type: exitcode-stdio-1.0 - Hs-source-dirs: src benchmarks - Main-is: Main.hs - Ghc-options: -Wall + Default-language: Haskell2010 + Ghc-options: -Wall + Hs-source-dirs: src benchmarks + Main-is: Main.hs + Type: exitcode-stdio-1.0 Other-modules: BenchmarkTypes @@ -118,11 +120,12 @@ , psqueues Test-suite psqueues-tests - Cpp-options: -DTESTING -DSTRICT - Ghc-options: -Wall - Hs-source-dirs: src tests - Main-is: Main.hs - Type: exitcode-stdio-1.0 + Cpp-options: -DTESTING -DSTRICT + Default-language: Haskell2010 + Ghc-options: -Wall + Hs-source-dirs: src tests + Main-is: Main.hs + Type: exitcode-stdio-1.0 Other-modules: Data.BitUtil @@ -142,8 +145,8 @@ Build-depends: HUnit >= 1.2 && < 1.7 - , QuickCheck >= 2.7 && < 2.14 - , tasty >= 1.2 && < 1.3 + , QuickCheck >= 2.7 && < 2.15 + , tasty >= 1.2 && < 1.5 , tasty-hunit >= 0.9 && < 0.11 , tasty-quickcheck >= 0.8 && < 0.11