diff -Nru haskell-th-extras-0.0.0.6/debian/changelog haskell-th-extras-0.0.0.6/debian/changelog --- haskell-th-extras-0.0.0.6/debian/changelog 2022-12-09 13:39:04.000000000 +0000 +++ haskell-th-extras-0.0.0.6/debian/changelog 2023-08-31 13:52:51.000000000 +0000 @@ -1,14 +1,10 @@ -haskell-th-extras (0.0.0.6-1build2) lunar; urgency=medium +haskell-th-extras (0.0.0.6-2) unstable; urgency=medium - * Rebuild against new GHC ABI. + * Remove retired developer, Joachim Breitner, from Uploaders. + * Declare compliance with Debian policy 4.6.2 + * Sourceful upload for GHC 9.4 - -- Gianfranco Costamagna Fri, 09 Dec 2022 14:39:04 +0100 - -haskell-th-extras (0.0.0.6-1build1) lunar; urgency=medium - - * Rebuild against new OCAML ABI. - - -- Gianfranco Costamagna Fri, 09 Dec 2022 09:59:47 +0100 + -- Ilias Tsitsimpis Thu, 31 Aug 2023 16:52:51 +0300 haskell-th-extras (0.0.0.6-1) unstable; urgency=medium diff -Nru haskell-th-extras-0.0.0.6/debian/control haskell-th-extras-0.0.0.6/debian/control --- haskell-th-extras-0.0.0.6/debian/control 2022-07-03 11:10:28.000000000 +0000 +++ haskell-th-extras-0.0.0.6/debian/control 2023-08-31 13:52:51.000000000 +0000 @@ -1,14 +1,14 @@ Source: haskell-th-extras Maintainer: Debian Haskell Group Uploaders: - Joachim Breitner , + Ilias Tsitsimpis , Priority: optional Section: haskell Rules-Requires-Root: no Build-Depends: cdbs, debhelper (>= 10), - ghc (>= 8), + ghc (>= 9.4), ghc-ghci, ghc-prof, haskell-devscripts (>= 0.13), @@ -20,7 +20,7 @@ Build-Depends-Indep: ghc-doc, libghc-syb-doc, libghc-th-abstraction-doc, -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Homepage: https://github.com/mokus0/th-extras Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-th-extras Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-th-extras] diff -Nru haskell-th-extras-0.0.0.6/debian/patches/newer-deps haskell-th-extras-0.0.0.6/debian/patches/newer-deps --- haskell-th-extras-0.0.0.6/debian/patches/newer-deps 1970-01-01 00:00:00.000000000 +0000 +++ haskell-th-extras-0.0.0.6/debian/patches/newer-deps 2023-08-31 13:52:51.000000000 +0000 @@ -0,0 +1,21 @@ +Index: b/th-extras.cabal +=================================================================== +--- a/th-extras.cabal ++++ b/th-extras.cabal +@@ -1,5 +1,6 @@ + name: th-extras + version: 0.0.0.6 ++x-revision: 1 + stability: experimental + + cabal-version: >= 1.10 +@@ -34,7 +35,7 @@ Library + exposed-modules: Language.Haskell.TH.Extras + build-depends: base >= 4.9 && < 5 + , containers +- , template-haskell < 2.19 +- , th-abstraction >= 0.4 && < 0.5 ++ , template-haskell < 2.21 ++ , th-abstraction >= 0.4 && < 0.6 + , syb + default-language: Haskell2010 diff -Nru haskell-th-extras-0.0.0.6/debian/patches/series haskell-th-extras-0.0.0.6/debian/patches/series --- haskell-th-extras-0.0.0.6/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ haskell-th-extras-0.0.0.6/debian/patches/series 2023-08-31 13:52:51.000000000 +0000 @@ -0,0 +1 @@ +newer-deps