[Git][haskell-team/DHG_packages][master] attoparsec: restrict satisfyWith bytestring test to ASCII

Clint Adams gitlab at salsa.debian.org
Sat Apr 14 21:14:03 BST 2018


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


Commits:
e39f5510 by Clint Adams at 2018-04-14T16:13:30-04:00
attoparsec: restrict satisfyWith bytestring test to ASCII

- - - - -


2 changed files:

- p/haskell-attoparsec/debian/changelog
- p/haskell-attoparsec/debian/patches/newer-quickcheck


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-4) unstable; urgency=medium
+
+  * Restrict satisfyWith bytestring test to ASCII.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Apr 2018 16:12:05 -0400
+
 haskell-attoparsec (0.13.2.2-3) unstable; urgency=medium
 
   * Run tests in C.UTF-8.


=====================================
p/haskell-attoparsec/debian/patches/newer-quickcheck
=====================================
--- a/p/haskell-attoparsec/debian/patches/newer-quickcheck
+++ b/p/haskell-attoparsec/debian/patches/newer-quickcheck
@@ -9,3 +9,14 @@
      quickcheck-unicode,
      scientific,
      tasty >= 0.11,
+--- a/tests/QC/ByteString.hs
++++ b/tests/QC/ByteString.hs
+@@ -164,7 +164,7 @@
+     , testProperty "peekWord8" peekWord8
+     , testProperty "peekWord8'" peekWord8'
+     , testProperty "satisfy" satisfy
+-    , testProperty "satisfyWith" satisfyWith
++    , testProperty "satisfyWith" (forAll arbitraryASCIIChar satisfyWith)
+     , testProperty "scan" scan
+     , testProperty "skip" skip
+     , testProperty "skipWhile" skipWhile



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

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


More information about the Pkg-haskell-commits mailing list