[Git][haskell-team/DHG_packages][master] uuid-types: patch for newer HUnit/QuickCheck
Clint Adams
gitlab at salsa.debian.org
Fri Apr 13 19:57:04 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
5e352b30 by Clint Adams at 2018-04-13T14:56:28-04:00
uuid-types: patch for newer HUnit/QuickCheck
- - - - -
3 changed files:
- p/haskell-uuid-types/debian/changelog
- p/haskell-uuid-types/debian/control
- p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck
Changes:
=====================================
p/haskell-uuid-types/debian/changelog
=====================================
--- a/p/haskell-uuid-types/debian/changelog
+++ b/p/haskell-uuid-types/debian/changelog
@@ -1,3 +1,9 @@
+haskell-uuid-types (1.0.3-6) unstable; urgency=medium
+
+ * Patch for newer HUnit/QuickCheck.
+
+ -- Clint Adams <clint at debian.org> Fri, 13 Apr 2018 14:56:14 -0400
+
haskell-uuid-types (1.0.3-5) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-uuid-types/debian/control
=====================================
--- a/p/haskell-uuid-types/debian/control
+++ b/p/haskell-uuid-types/debian/control
@@ -18,9 +18,9 @@ Build-Depends:
libghc-text-dev (>= 1),
libghc-text-prof,
libghc-hunit-dev (>= 1.2) <!nocheck>,
- libghc-hunit-dev (<< 1.6) <!nocheck>,
+ libghc-hunit-dev (<< 1.7) <!nocheck>,
libghc-quickcheck2-dev (>= 2.4) <!nocheck>,
- libghc-quickcheck2-dev (<< 2.10) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.11) <!nocheck>,
libghc-tasty-dev (>= 0.10) <!nocheck>,
libghc-tasty-dev (<< 0.12) <!nocheck>,
libghc-tasty-hunit-dev (>= 0.9) <!nocheck>,
=====================================
p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck
=====================================
--- a/p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck
+++ b/p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck
@@ -6,8 +6,8 @@
bytestring >= 0.9 && < 0.11,
- HUnit >=1.2 && < 1.4,
- QuickCheck >=2.4 && < 2.9,
-+ HUnit >=1.2 && < 1.6,
-+ QuickCheck >=2.4 && < 2.10,
++ HUnit >=1.2 && < 1.7,
++ QuickCheck >=2.4 && < 2.11,
tasty >= 0.10 && < 0.12,
tasty-hunit == 0.9.*,
tasty-quickcheck == 0.8.*
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/5e352b30f63c2e02a68615de1f49de1cce9fa4ba
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/5e352b30f63c2e02a68615de1f49de1cce9fa4ba
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/20180413/b5fca3a7/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list