diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-03 14:22:04 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-03 14:24:28 -0700 |
commit | de8cf37193ecd17846fb4af1df611bfc3f624b76 (patch) | |
tree | 3e44a20b2fd999abe65434435b826b9c6d263b1c | |
parent | f089ebc1cb80f2387f69bd2fde42e3c776f2fa39 (diff) | |
download | DHG_packages-de8cf37193ecd17846fb4af1df611bfc3f624b76.tar.gz |
xmlhtml: Upgrading from 0.2.4 to 0.2.5
-rw-r--r-- | p/haskell-xmlhtml/debian/changelog | 6 | ||||
-rw-r--r-- | p/haskell-xmlhtml/debian/control | 23 |
2 files changed, 18 insertions, 11 deletions
diff --git a/p/haskell-xmlhtml/debian/changelog b/p/haskell-xmlhtml/debian/changelog index a9101048d..761b758bf 100644 --- a/p/haskell-xmlhtml/debian/changelog +++ b/p/haskell-xmlhtml/debian/changelog @@ -1,3 +1,9 @@ +haskell-xmlhtml (0.2.5-1) unstable; urgency=medium + + * New upstream release + + -- Sean Whitton <spwhitton@spwhitton.name> Sun, 03 Sep 2017 14:22:04 -0700 + haskell-xmlhtml (0.2.4-3) unstable; urgency=medium * Fix HUnit upper bound. diff --git a/p/haskell-xmlhtml/debian/control b/p/haskell-xmlhtml/debian/control index 57630c130..8a523177a 100644 --- a/p/haskell-xmlhtml/debian/control +++ b/p/haskell-xmlhtml/debian/control @@ -13,15 +13,16 @@ Build-Depends: libghc-blaze-builder-dev (<< 0.5), libghc-blaze-builder-dev (>= 0.2), libghc-blaze-builder-prof, - libghc-blaze-html-dev (<< 0.9), - libghc-blaze-html-dev (>= 0.5), + libghc-blaze-html-dev (>= 0.9), + libghc-blaze-html-dev (<< 0.10), libghc-blaze-html-prof, - libghc-blaze-markup-dev (<< 0.8), - libghc-blaze-markup-dev (>= 0.5), + libghc-blaze-markup-dev (>= 0.8), + libghc-blaze-markup-dev (<< 0.9), libghc-blaze-markup-prof, - libghc-hunit-dev (>= 1.2), - libghc-hunit-dev (<< 1.7), - libghc-hunit-prof, + libghc-bytestring-builder-dev (>= 0.10.4.0.2), + libghc-bytestring-builder-dev (<< 0.11), + libghc-bytestring-builder-prof, + libghc-parsec3-dev (>= 3.1.2), libghc-parsec3-dev (<< 3.2), libghc-parsec3-dev (>= 3.1.2), libghc-parsec3-prof, @@ -45,15 +46,15 @@ Build-Depends: libghc-blaze-builder-dev, libghc-blaze-html-dev, libghc-blaze-markup-dev, - libghc-test-framework-dev (>= 0.8.0.3), - libghc-test-framework-dev (<< 0.9), - libghc-test-framework-hunit-dev (>= 0.3), - libghc-test-framework-hunit-dev (<< 0.4), + libghc-bytestring-builder-dev, + libghc-hspec-dev (>= 2.4), + libghc-hspec-dev (<< 2.5), libghc-text-dev, Build-Depends-Indep: ghc-doc, libghc-blaze-builder-doc, libghc-blaze-html-doc, libghc-blaze-markup-doc, + libghc-bytestring-builder-doc, libghc-parsec3-doc, libghc-text-doc, libghc-unordered-containers-doc, |