diff -Nru haskell-syb-with-class-0.6.1.13/Data/Generics/SYB/WithClass/Derive.hs haskell-syb-with-class-0.6.1.14/Data/Generics/SYB/WithClass/Derive.hs --- haskell-syb-with-class-0.6.1.13/Data/Generics/SYB/WithClass/Derive.hs 2020-05-18 16:56:04.000000000 +0000 +++ haskell-syb-with-class-0.6.1.14/Data/Generics/SYB/WithClass/Derive.hs 2001-09-09 01:46:40.000000000 +0000 @@ -268,9 +268,13 @@ fields = map getField xs types = map getType xs in (c, length xs, Just fields, types) +#if MIN_VERSION_template_haskell(2,17,0) + varName (PlainTV n _) = n + varName (KindedTV n _ _) = n +#else varName (PlainTV n) = n varName (KindedTV n _) = n - +#endif -- -- | Derives the Data and Typeable instances for a single given data type. -- diff -Nru haskell-syb-with-class-0.6.1.13/Data/Generics/SYB/WithClass/Instances.hs haskell-syb-with-class-0.6.1.14/Data/Generics/SYB/WithClass/Instances.hs --- haskell-syb-with-class-0.6.1.13/Data/Generics/SYB/WithClass/Instances.hs 2020-05-18 16:56:04.000000000 +0000 +++ haskell-syb-with-class-0.6.1.14/Data/Generics/SYB/WithClass/Instances.hs 2001-09-09 01:46:40.000000000 +0000 @@ -5,7 +5,7 @@ -- ------------------------------------------------------------------------------ -{-# LANGUAGE TemplateHaskell, FlexibleInstances, +{-# LANGUAGE TemplateHaskell, FlexibleContexts, FlexibleInstances, UndecidableInstances, CPP, MultiParamTypeClasses #-} #if MIN_VERSION_base(4,7,0) {-# LANGUAGE StandaloneDeriving, DeriveDataTypeable #-} diff -Nru haskell-syb-with-class-0.6.1.13/debian/changelog haskell-syb-with-class-0.6.1.14/debian/changelog --- haskell-syb-with-class-0.6.1.13/debian/changelog 2020-10-29 20:50:17.000000000 +0000 +++ haskell-syb-with-class-0.6.1.14/debian/changelog 2022-07-03 10:56:36.000000000 +0000 @@ -1,14 +1,9 @@ -haskell-syb-with-class (0.6.1.13-1build2) hirsute; urgency=medium +haskell-syb-with-class (0.6.1.14-1) unstable; urgency=medium - * No-change rebuild for new GHC ABIs + * New upstream release (Closes: #1013792) + * Declare compliance with Debian policy 4.6.1 - -- Steve Langasek Thu, 29 Oct 2020 20:50:17 +0000 - -haskell-syb-with-class (0.6.1.13-1build1) groovy; urgency=medium - - * No change rebuild against new ghc ABI. - - -- Dimitri John Ledkov Tue, 21 Jul 2020 14:35:39 +0100 + -- Ilias Tsitsimpis Sun, 03 Jul 2022 13:56:36 +0300 haskell-syb-with-class (0.6.1.13-1) unstable; urgency=medium diff -Nru haskell-syb-with-class-0.6.1.13/debian/control haskell-syb-with-class-0.6.1.14/debian/control --- haskell-syb-with-class-0.6.1.13/debian/control 2020-07-21 13:35:39.000000000 +0000 +++ haskell-syb-with-class-0.6.1.14/debian/control 2022-07-03 10:56:36.000000000 +0000 @@ -1,6 +1,5 @@ Source: haskell-syb-with-class -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Haskell Group +Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Priority: optional Section: haskell @@ -13,7 +12,7 @@ ghc-prof, haskell-devscripts (>= 0.13), Build-Depends-Indep: ghc-doc -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Homepage: https://hackage.haskell.org/package/syb-with-class Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-syb-with-class Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-syb-with-class] diff -Nru haskell-syb-with-class-0.6.1.13/syb-with-class.cabal haskell-syb-with-class-0.6.1.14/syb-with-class.cabal --- haskell-syb-with-class-0.6.1.13/syb-with-class.cabal 2020-05-18 16:56:04.000000000 +0000 +++ haskell-syb-with-class-0.6.1.14/syb-with-class.cabal 2001-09-09 01:46:40.000000000 +0000 @@ -1,5 +1,5 @@ Name: syb-with-class -Version: 0.6.1.13 +Version: 0.6.1.14 License: BSD3 License-file: LICENSE Copyright: 2004 - 2008 The University of Glasgow, CWI, @@ -15,7 +15,7 @@ Classes, and Template Haskell code to generate instances, for the Scrap Your Boilerplate With Class system. Category: Data -Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC==8.0.1, GHC==8.2.1, GHC==8.4.3, GHC==8.6.3, GHC==8.8.3, GHC==8.10.1 +Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2 Build-Type: Simple Cabal-Version: >= 1.10 @@ -25,7 +25,7 @@ Library Default-Language: Haskell2010 - Build-Depends: base >= 3 && < 5, template-haskell >= 2.4 && < 2.17, bytestring, array, containers + Build-Depends: base >= 3 && < 5, template-haskell >= 2.4 && < 2.19, bytestring, array, containers Exposed-modules: Data.Generics.SYB.WithClass.Basics Data.Generics.SYB.WithClass.Context