diff -Nru haskell-io-streams-1.5.0.1/debian/changelog haskell-io-streams-1.5.0.1/debian/changelog --- haskell-io-streams-1.5.0.1/debian/changelog 2018-07-04 13:44:25.000000000 +0000 +++ haskell-io-streams-1.5.0.1/debian/changelog 2018-10-01 10:47:35.000000000 +0000 @@ -1,14 +1,18 @@ -haskell-io-streams (1.5.0.1-1build2) cosmic; urgency=medium +haskell-io-streams (1.5.0.1-3) 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:44:25 +0200 + -- Ilias Tsitsimpis Mon, 01 Oct 2018 13:47:35 +0300 -haskell-io-streams (1.5.0.1-1build1) cosmic; urgency=medium +haskell-io-streams (1.5.0.1-2) unstable; urgency=medium - * Rebuild against new GHC ABI. + [ Clint Adams ] + * Set Rules-Requires-Root to no. - -- Gianfranco Costamagna Wed, 04 Jul 2018 13:25:59 +0200 + [ Ilias Tsitsimpis ] + * Bump debhelper compat level to 10 + + -- Ilias Tsitsimpis Sun, 30 Sep 2018 21:12:54 +0300 haskell-io-streams (1.5.0.1-1) unstable; urgency=medium diff -Nru haskell-io-streams-1.5.0.1/debian/compat haskell-io-streams-1.5.0.1/debian/compat --- haskell-io-streams-1.5.0.1/debian/compat 2018-04-09 20:24:16.000000000 +0000 +++ haskell-io-streams-1.5.0.1/debian/compat 2018-09-29 11:07:42.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru haskell-io-streams-1.5.0.1/debian/control haskell-io-streams-1.5.0.1/debian/control --- haskell-io-streams-1.5.0.1/debian/control 2018-04-09 20:24:17.000000000 +0000 +++ haskell-io-streams-1.5.0.1/debian/control 2018-10-01 10:47:35.000000000 +0000 @@ -4,10 +4,11 @@ Joachim Breitner , Priority: optional Section: haskell +Rules-Requires-Root: no Build-Depends: cdbs, - debhelper (>= 9), - ghc (>= 8), + debhelper (>= 10), + ghc (>= 8.4.3), ghc-prof, haskell-devscripts (>= 0.13), libghc-attoparsec-dev (<< 0.14), @@ -19,9 +20,6 @@ libghc-primitive-dev (<< 0.7), libghc-primitive-dev (>= 0.2), libghc-primitive-prof, - libghc-text-dev (<< 1.3), - libghc-text-dev (>= 0.10), - libghc-text-prof, libghc-vector-dev (>= 0.7), libghc-vector-dev (<< 0.13), libghc-vector-prof, @@ -33,13 +31,12 @@ libghc-attoparsec-doc, libghc-network-doc, libghc-primitive-doc, - libghc-text-doc, libghc-vector-doc, libghc-zlib-bindings-doc, Standards-Version: 4.1.4 Homepage: http://hackage.haskell.org/package/io-streams Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-io-streams -Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git +Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-io-streams] X-Description: simple, composable, and easy-to-use stream I/O The io-streams library contains simple and easy-to-use primitives for I/O using streams. Most users will want to import the top-level convenience