diff -Nru haskell-xmlhtml-0.2.3.5/debian/changelog haskell-xmlhtml-0.2.3.5/debian/changelog --- haskell-xmlhtml-0.2.3.5/debian/changelog 2016-10-27 22:37:07.000000000 +0000 +++ haskell-xmlhtml-0.2.3.5/debian/changelog 2017-01-27 07:06:37.000000000 +0000 @@ -1,3 +1,9 @@ +haskell-xmlhtml (0.2.3.5-3build3) zesty; urgency=medium + + * Bump directory bounds. + + -- Gianfranco Costamagna Fri, 27 Jan 2017 08:06:22 +0100 + haskell-xmlhtml (0.2.3.5-3) unstable; urgency=medium * Upload to unstable as part of GHC 8 transition. diff -Nru haskell-xmlhtml-0.2.3.5/debian/patches/bump-directory-bounds.patch haskell-xmlhtml-0.2.3.5/debian/patches/bump-directory-bounds.patch --- haskell-xmlhtml-0.2.3.5/debian/patches/bump-directory-bounds.patch 1970-01-01 00:00:00.000000000 +0000 +++ haskell-xmlhtml-0.2.3.5/debian/patches/bump-directory-bounds.patch 2017-01-27 07:06:52.000000000 +0000 @@ -0,0 +1,11 @@ +--- haskell-xmlhtml-0.2.3.5.orig/xmlhtml.cabal ++++ haskell-xmlhtml-0.2.3.5/xmlhtml.cabal +@@ -854,7 +854,7 @@ Test-suite testsuite + blaze-markup, + bytestring, + containers, +- directory >= 1.0 && <1.3, ++ directory >= 1.0 && <1.4, + parsec, + test-framework >= 0.8.0.3 && <0.9, + test-framework-hunit >= 0.3 && <0.4, diff -Nru haskell-xmlhtml-0.2.3.5/debian/patches/series haskell-xmlhtml-0.2.3.5/debian/patches/series --- haskell-xmlhtml-0.2.3.5/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ haskell-xmlhtml-0.2.3.5/debian/patches/series 2017-01-27 07:06:47.000000000 +0000 @@ -0,0 +1 @@ +bump-directory-bounds.patch