Commit 4e26a0f5 authored by Clint Adams's avatar Clint Adams
Browse files

blaze-markup: Upgrading from 0.8.2.1 to 0.8.2.2

parent bc240125
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-blaze-markup (0.8.2.2-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Thu, 01 Aug 2019 19:18:48 -0400

haskell-blaze-markup (0.8.2.1-4) unstable; urgency=medium

  * Backport upstream patch to relax constraints on base,
+1 −2
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ Build-Depends:
 libghc-hunit-dev (<< 1.7),
 libghc-hunit-prof,
 libghc-quickcheck2-dev (>= 2.7),
 libghc-quickcheck2-dev (<< 2.12),
 libghc-quickcheck2-prof,
 libghc-tasty-dev (>= 1.0),
 libghc-tasty-dev (<< 1.2),
@@ -31,7 +30,7 @@ Build-Depends:
 libghc-tasty-quickcheck-prof,
Build-Depends-Indep: ghc-doc,
 libghc-blaze-builder-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: http://jaspervdj.be/blaze
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-blaze-markup
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-blaze-markup]
+5 −23
Original line number Diff line number Diff line
@@ -7,32 +7,14 @@ Subject: [PATCH] Relax constraints on base, containers, and tasty for ghc 8.6
 blaze-markup.cabal | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Index: b/blaze-markup.cabal
===================================================================
--- a/blaze-markup.cabal
+++ b/blaze-markup.cabal
@@ -36,7 +36,7 @@ Library
     Text.Blaze.Renderer.Utf8
@@ -59,7 +59,7 @@
 
   Build-depends:
-    base          >= 4    && < 4.12,
+    base          >= 4    && < 4.13,
     blaze-builder >= 0.3  && < 0.5,
     text          >= 0.10 && < 1.3,
     bytestring    >= 0.9  && < 0.11
@@ -60,12 +60,12 @@ Test-suite blaze-markup-tests
   Build-depends:
     HUnit            >= 1.2  && < 1.7,
     QuickCheck       >= 2.7  && < 2.12,
-    containers       >= 0.3  && < 0.6,
-    tasty            >= 1.0  && < 1.1,
+    containers       >= 0.3  && < 0.7,
+    tasty            >= 1.0  && < 1.2,
-    QuickCheck       >= 2.7  && < 2.12,
+    QuickCheck       >= 2.7,
     containers       >= 0.3  && < 0.7,
     tasty            >= 1.0  && < 1.2,
     tasty-hunit      >= 0.10 && < 0.11,
     tasty-quickcheck >= 0.10 && < 0.11,
     -- Copied from regular dependencies...
-    base          >= 4    && < 4.12,
+    base          >= 4    && < 4.13,
     blaze-builder >= 0.3  && < 0.5,
     text          >= 0.10 && < 1.3,
     bytestring    >= 0.9  && < 0.11