diff -Nru haskell-web-routes-th-0.22.6.3/debian/changelog haskell-web-routes-th-0.22.6.3/debian/changelog --- haskell-web-routes-th-0.22.6.3/debian/changelog 2018-04-09 21:28:48.000000000 +0000 +++ haskell-web-routes-th-0.22.6.3/debian/changelog 2018-10-03 09:06:15.000000000 +0000 @@ -1,3 +1,26 @@ +haskell-web-routes-th (0.22.6.3-4) unstable; urgency=medium + + * Remove build dependency on libghc-parsec3-dev (provided by ghc- + 8.4.3) + + -- Ilias Tsitsimpis Wed, 03 Oct 2018 12:06:15 +0300 + +haskell-web-routes-th (0.22.6.3-3) unstable; urgency=medium + + * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3) + + -- Ilias Tsitsimpis Mon, 01 Oct 2018 13:47:47 +0300 + +haskell-web-routes-th (0.22.6.3-2) unstable; urgency=medium + + [ Clint Adams ] + * Set Rules-Requires-Root to no. + + [ Ilias Tsitsimpis ] + * Bump debhelper compat level to 10 + + -- Ilias Tsitsimpis Sun, 30 Sep 2018 21:25:14 +0300 + haskell-web-routes-th (0.22.6.3-1) unstable; urgency=medium [ Ilias Tsitsimpis ] diff -Nru haskell-web-routes-th-0.22.6.3/debian/compat haskell-web-routes-th-0.22.6.3/debian/compat --- haskell-web-routes-th-0.22.6.3/debian/compat 2018-04-09 21:28:47.000000000 +0000 +++ haskell-web-routes-th-0.22.6.3/debian/compat 2018-09-29 11:08:43.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru haskell-web-routes-th-0.22.6.3/debian/control haskell-web-routes-th-0.22.6.3/debian/control --- haskell-web-routes-th-0.22.6.3/debian/control 2018-04-09 21:28:48.000000000 +0000 +++ haskell-web-routes-th-0.22.6.3/debian/control 2018-10-03 09:06:15.000000000 +0000 @@ -4,31 +4,25 @@ Clint Adams , 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-parsec3-dev (<< 4), - libghc-parsec3-dev (>= 2), - libghc-parsec3-prof, libghc-split-dev, libghc-split-prof, - libghc-text-dev, - libghc-text-prof, libghc-web-routes-dev (>= 0.26), libghc-web-routes-prof, Build-Depends-Indep: ghc-doc, - libghc-parsec3-doc, libghc-split-doc, - libghc-text-doc, libghc-web-routes-doc, Standards-Version: 4.1.4 Homepage: https://github.com/happstack/web-routes-th Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-web-routes-th -Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git +Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-web-routes-th] X-Description: support for deriving PathInfo using Template Haskell web-routes-th provides Template Haskell functions for creating PathInfo instances for a type, optionally using a transformation function