[Git][haskell-team/DHG_packages][master] blaze-markup: patch for newer QuickCheck, tasty-*

Clint Adams gitlab at salsa.debian.org
Sun Apr 15 20:28:56 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
60876516 by Clint Adams at 2018-04-15T15:28:32-04:00
blaze-markup: patch for newer QuickCheck, tasty-*

- - - - -


4 changed files:

- p/haskell-blaze-markup/debian/changelog
- p/haskell-blaze-markup/debian/control
- + p/haskell-blaze-markup/debian/patches/newer-deps
- + p/haskell-blaze-markup/debian/patches/series


Changes:

=====================================
p/haskell-blaze-markup/debian/changelog
=====================================
--- a/p/haskell-blaze-markup/debian/changelog
+++ b/p/haskell-blaze-markup/debian/changelog
@@ -1,3 +1,9 @@
+haskell-blaze-markup (0.8.2.0-2) unstable; urgency=medium
+
+  * Patch for newer QuickCheck, tasty-*.
+
+ -- Clint Adams <clint at debian.org>  Sun, 15 Apr 2018 15:27:49 -0400
+
 haskell-blaze-markup (0.8.2.0-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-blaze-markup/debian/control
=====================================
--- a/p/haskell-blaze-markup/debian/control
+++ b/p/haskell-blaze-markup/debian/control
@@ -19,13 +19,10 @@ Build-Depends:
  libghc-hunit-dev (>= 1.2),
  libghc-hunit-dev (<< 1.7),
  libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.11),
+ libghc-quickcheck2-dev (<< 2.12),
  libghc-tasty-dev (>= 0.11),
- libghc-tasty-dev (<< 0.12),
  libghc-tasty-hunit-dev (>= 0.9),
- libghc-tasty-hunit-dev (<< 0.10),
  libghc-tasty-quickcheck-dev (>= 0.8),
- libghc-tasty-quickcheck-dev (<< 0.10),
 Build-Depends-Indep: ghc-doc,
  libghc-blaze-builder-doc,
  libghc-text-doc,


=====================================
p/haskell-blaze-markup/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-blaze-markup/debian/patches/newer-deps
@@ -0,0 +1,18 @@
+--- a/blaze-markup.cabal
++++ b/blaze-markup.cabal
+@@ -57,11 +57,11 @@
+ 
+   Build-depends:
+     HUnit            >= 1.2  && < 1.7,
+-    QuickCheck       >= 2.4  && < 2.11,
++    QuickCheck       >= 2.4  && < 2.12,
+     containers       >= 0.3  && < 0.6,
+-    tasty            >= 0.11 && < 0.12,
+-    tasty-hunit      >= 0.9  && < 0.10,
+-    tasty-quickcheck >= 0.8  && < 0.10,
++    tasty            >= 0.11,
++    tasty-hunit      >= 0.9,
++    tasty-quickcheck >= 0.8,
+     -- Copied from regular dependencies...
+     base          >= 4    && < 5,
+     blaze-builder >= 0.3  && < 0.5,


=====================================
p/haskell-blaze-markup/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-blaze-markup/debian/patches/series
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/60876516e87f201b3dad7b9632e8fd008cba396e

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/60876516e87f201b3dad7b9632e8fd008cba396e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180415/9f4b98c9/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list