diff -Nru haskell-binary-parsers-0.2.3.0/debian/changelog haskell-binary-parsers-0.2.3.0/debian/changelog --- haskell-binary-parsers-0.2.3.0/debian/changelog 2018-07-04 13:41:34.000000000 +0000 +++ haskell-binary-parsers-0.2.3.0/debian/changelog 2018-10-01 10:47:26.000000000 +0000 @@ -1,14 +1,15 @@ -haskell-binary-parsers (0.2.3.0-6build2) cosmic; urgency=medium +haskell-binary-parsers (0.2.3.0-8) unstable; urgency=medium - * Rebuild against new GHC ABI. + * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3) - -- Gianfranco Costamagna Wed, 04 Jul 2018 15:41:34 +0200 + -- Ilias Tsitsimpis Mon, 01 Oct 2018 13:47:26 +0300 -haskell-binary-parsers (0.2.3.0-6build1) cosmic; urgency=medium +haskell-binary-parsers (0.2.3.0-7) unstable; urgency=medium - * Rebuild against new GHC ABI. + [ Clint Adams ] + * Set Rules-Requires-Root to no. - -- Gianfranco Costamagna Wed, 04 Jul 2018 13:22:24 +0200 + -- Ilias Tsitsimpis Sun, 30 Sep 2018 21:02:29 +0300 haskell-binary-parsers (0.2.3.0-6) unstable; urgency=medium diff -Nru haskell-binary-parsers-0.2.3.0/debian/control haskell-binary-parsers-0.2.3.0/debian/control --- haskell-binary-parsers-0.2.3.0/debian/control 2018-04-09 19:01:51.000000000 +0000 +++ haskell-binary-parsers-0.2.3.0/debian/control 2018-10-01 10:47:26.000000000 +0000 @@ -4,10 +4,11 @@ Clint Adams , Priority: optional Section: haskell +Rules-Requires-Root: no Build-Depends: cdbs, debhelper (>= 10), - ghc (>= 8), + ghc (>= 8.4.3), ghc-prof, haskell-devscripts (>= 0.13), libghc-attoparsec-dev, @@ -26,7 +27,6 @@ libghc-tasty-dev (>= 0.11), libghc-tasty-hunit-dev (>= 0.8), libghc-tasty-quickcheck-dev (>= 0.8), - libghc-text-dev, libghc-unordered-containers-dev, libghc-vector-dev, Build-Depends-Indep: @@ -36,7 +36,7 @@ Standards-Version: 4.1.4 Homepage: https://github.com/winterland1989/binary-parsers Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-binary-parsers -Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git +Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-binary-parsers] X-Description: parsec-/attoparsec-style parsing combinators This package extends binary with parsec/attoparsec style parsing combinators. It's useful when you want to deal with various binary