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

Clint Adams gitlab at salsa.debian.org
Sun Apr 15 03:40:56 BST 2018


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


Commits:
334f2781 by Clint Adams at 2018-04-14T22:39:46-04:00
binary-parsers: patch for newer QuickCheck

- - - - -


4 changed files:

- p/haskell-binary-parsers/debian/changelog
- + p/haskell-binary-parsers/debian/patches/newer-quickcheck
- − p/haskell-binary-parsers/debian/patches/older-binary
- p/haskell-binary-parsers/debian/patches/series


Changes:

=====================================
p/haskell-binary-parsers/debian/changelog
=====================================
--- a/p/haskell-binary-parsers/debian/changelog
+++ b/p/haskell-binary-parsers/debian/changelog
@@ -1,3 +1,9 @@
+haskell-binary-parsers (0.2.3.0-6) unstable; urgency=medium
+
+  * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Apr 2018 22:39:33 -0400
+
 haskell-binary-parsers (0.2.3.0-5) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-binary-parsers/debian/patches/newer-quickcheck
=====================================
--- /dev/null
+++ b/p/haskell-binary-parsers/debian/patches/newer-quickcheck
@@ -0,0 +1,11 @@
+--- a/tests/QC/ByteString.hs
++++ b/tests/QC/ByteString.hs
+@@ -160,7 +160,7 @@
+     , testProperty "peekMaybe" peekMaybe
+     , testProperty "peek" peek
+     , testProperty "satisfy" satisfy
+-    , testProperty "satisfyWith" satisfyWith
++    , testProperty "satisfyWith" (forAll arbitraryASCIIChar satisfyWith)
+     , testProperty "scan" scan
+     , testProperty "skipWord8" skipWord8
+     , testProperty "skipWhile" skipWhile


=====================================
p/haskell-binary-parsers/debian/patches/older-binary deleted
=====================================
--- a/p/haskell-binary-parsers/debian/patches/older-binary
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/binary-parsers.cabal
-+++ b/binary-parsers.cabal
-@@ -31,7 +31,7 @@
- 
-     build-depends:      base == 4.*
-                     ,   bytestring == 0.10.*
--                    ,   binary == 0.8.*
-+                    ,   binary >= 0.7 && < 0.9
-                     ,   bytestring-lexing == 0.5.*
-                     ,   scientific > 0.3
- 


=====================================
p/haskell-binary-parsers/debian/patches/series
=====================================
--- a/p/haskell-binary-parsers/debian/patches/series
+++ b/p/haskell-binary-parsers/debian/patches/series
@@ -1 +1 @@
-older-binary
+newer-quickcheck



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

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


More information about the Pkg-haskell-commits mailing list