[Git][haskell-team/DHG_packages][master] attoparsec: patch for newer QuickCheck

Clint Adams gitlab at salsa.debian.org
Sat Apr 14 05:47:20 BST 2018


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


Commits:
2ab7c6dd by Clint Adams at 2018-04-14T00:46:17-04:00
attoparsec: patch for newer QuickCheck

- - - - -


4 changed files:

- p/haskell-attoparsec/debian/changelog
- p/haskell-attoparsec/debian/control
- + p/haskell-attoparsec/debian/patches/newer-quickcheck
- p/haskell-attoparsec/debian/patches/series


Changes:

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


=====================================
p/haskell-attoparsec/debian/control
=====================================
--- a/p/haskell-attoparsec/debian/control
+++ b/p/haskell-attoparsec/debian/control
@@ -17,7 +17,7 @@ Build-Depends: debhelper (>= 9),
  libghc-text-dev (>= 1.1.1.3),
  libghc-text-prof,
  libghc-quickcheck2-dev (>= 2.7),
- libghc-quickcheck2-dev (<< 2.10),
+ libghc-quickcheck2-dev (<< 2.12),
  libghc-quickcheck-unicode-dev,
  libghc-scientific-dev,
  libghc-tasty-dev (>= 0.11),


=====================================
p/haskell-attoparsec/debian/patches/newer-quickcheck
=====================================
--- /dev/null
+++ b/p/haskell-attoparsec/debian/patches/newer-quickcheck
@@ -0,0 +1,11 @@
+--- a/attoparsec.cabal
++++ b/attoparsec.cabal
+@@ -127,7 +127,7 @@
+     base >= 4 && < 5,
+     bytestring,
+     deepseq >= 1.1,
+-    QuickCheck >= 2.7 && < 2.10,
++    QuickCheck >= 2.7 && < 2.12,
+     quickcheck-unicode,
+     scientific,
+     tasty >= 0.11,


=====================================
p/haskell-attoparsec/debian/patches/series
=====================================
--- a/p/haskell-attoparsec/debian/patches/series
+++ b/p/haskell-attoparsec/debian/patches/series
@@ -1 +1,2 @@
 no-threaded-testsuite
+newer-quickcheck



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

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2ab7c6ddcdcf1a3a5d41c763125bd32fc68d8da1
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/ef291b33/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list