[Git][haskell-team/DHG_packages][master] blaze-html: patch for newer HUnit and QuickCheck

Clint Adams gitlab at salsa.debian.org
Sat Apr 14 16:49:45 BST 2018


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


Commits:
4f912600 by Clint Adams at 2018-04-14T11:48:58-04:00
blaze-html: patch for newer HUnit and QuickCheck

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-blaze-html/debian/changelog
=====================================
--- a/p/haskell-blaze-html/debian/changelog
+++ b/p/haskell-blaze-html/debian/changelog
@@ -1,3 +1,9 @@
+haskell-blaze-html (0.9.0.1-3) unstable; urgency=medium
+
+  * Patch for newer HUnit and QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Apr 2018 11:46:02 -0400
+
 haskell-blaze-html (0.9.0.1-2) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-blaze-html/debian/control
=====================================
--- a/p/haskell-blaze-html/debian/control
+++ b/p/haskell-blaze-html/debian/control
@@ -1,8 +1,5 @@
 Source: haskell-blaze-html
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders:
- Giovanni Mascellani <gio at debian.org>,
- Clint Adams <clint at debian.org>,
 Priority: optional
 Section: haskell
 Build-Depends:
@@ -21,10 +18,9 @@ Build-Depends:
  libghc-text-dev (<< 1.3),
  libghc-text-prof,
  libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 1.6),
- libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.10),
+ libghc-hunit-dev (<< 1.7),
  libghc-quickcheck2-dev (>= 2.4),
+ libghc-quickcheck2-dev (<< 2.12),
  libghc-test-framework-dev (<< 0.9),
  libghc-test-framework-dev (>= 0.4),
  libghc-test-framework-hunit-dev (<< 0.4),


=====================================
p/haskell-blaze-html/debian/patches/newer-deps
=====================================
--- /dev/null
+++ b/p/haskell-blaze-html/debian/patches/newer-deps
@@ -0,0 +1,13 @@
+--- a/blaze-html.cabal
++++ b/blaze-html.cabal
+@@ -69,8 +69,8 @@
+     Util.Tests
+ 
+   Build-depends:
+-    HUnit                      >= 1.2 && < 1.6,
+-    QuickCheck                 >= 2.4 && < 2.10,
++    HUnit                      >= 1.2 && < 1.7,
++    QuickCheck                 >= 2.4 && < 2.12,
+     containers                 >= 0.3 && < 0.6,
+     test-framework             >= 0.4 && < 0.9,
+     test-framework-hunit       >= 0.3 && < 0.4,


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



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/4f912600caa32a274f3228d4d4f7619ed8e1c1f3
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/20180414/5fcf3038/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list