diff -Nru haskell-userid-0.1.3.2/debian/changelog haskell-userid-0.1.3.3/debian/changelog --- haskell-userid-0.1.3.2/debian/changelog 2018-09-30 18:24:22.000000000 +0000 +++ haskell-userid-0.1.3.3/debian/changelog 2019-09-03 05:55:44.000000000 +0000 @@ -1,3 +1,21 @@ +haskell-userid (0.1.3.3-1build2) eoan; urgency=medium + + * No-change rebuild for new GHC ABIs + + -- Steve Langasek Tue, 03 Sep 2019 05:55:44 +0000 + +haskell-userid (0.1.3.3-1build1) eoan; urgency=medium + + * Rebuild against new GHC abi. + + -- Gianfranco Costamagna Thu, 08 Aug 2019 16:00:23 +0200 + +haskell-userid (0.1.3.3-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams Sat, 27 Jul 2019 20:39:37 -0400 + haskell-userid (0.1.3.2-2) unstable; urgency=medium [ Clint Adams ] diff -Nru haskell-userid-0.1.3.2/debian/control haskell-userid-0.1.3.3/debian/control --- haskell-userid-0.1.3.2/debian/control 2018-09-29 11:08:39.000000000 +0000 +++ haskell-userid-0.1.3.3/debian/control 2019-09-03 05:55:43.000000000 +0000 @@ -1,5 +1,6 @@ Source: haskell-userid -Maintainer: Debian Haskell Group +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Haskell Group Uploaders: Clint Adams , Priority: optional @@ -12,7 +13,7 @@ ghc-prof, haskell-devscripts (>= 0.13), libghc-aeson-dev (>= 0.9), - libghc-aeson-dev (<< 1.4), + libghc-aeson-dev (<< 1.5), libghc-aeson-prof, libghc-boomerang-dev (<< 1.5), libghc-boomerang-dev (>= 1.4), diff -Nru haskell-userid-0.1.3.2/userid.cabal haskell-userid-0.1.3.3/userid.cabal --- haskell-userid-0.1.3.2/userid.cabal 2018-03-23 15:25:32.000000000 +0000 +++ haskell-userid-0.1.3.3/userid.cabal 2018-12-26 16:42:45.000000000 +0000 @@ -1,5 +1,5 @@ name: userid -version: 0.1.3.2 +version: 0.1.3.3 synopsis: The UserId type and useful instances for web development description: Includes instances for SafeCopy, Lens, Boomerang, PathInfo and more homepage: http://www.github.com/Happstack/userid @@ -18,8 +18,8 @@ library exposed-modules: Data.UserId - build-depends: base >= 4.6 && < 4.12, - aeson >= 0.9 && < 1.4, + build-depends: base >= 4.6 && < 4.13, + aeson >= 0.9 && < 1.5, boomerang >= 1.4 && < 1.5, cereal == 0.5.*, safecopy >= 0.8 && < 0.10,