[Git][haskell-team/DHG_packages][master] libmpd: try to make QuickCheck happier

Clint Adams gitlab at salsa.debian.org
Sun Apr 15 03:52:38 BST 2018


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


Commits:
ef3bf7a1 by Clint Adams at 2018-04-14T22:52:10-04:00
libmpd: try to make QuickCheck happier

- - - - -


3 changed files:

- p/haskell-libmpd/debian/changelog
- + p/haskell-libmpd/debian/patches/newer-quickcheck
- + p/haskell-libmpd/debian/patches/series


Changes:

=====================================
p/haskell-libmpd/debian/changelog
=====================================
--- a/p/haskell-libmpd/debian/changelog
+++ b/p/haskell-libmpd/debian/changelog
@@ -1,3 +1,9 @@
+haskell-libmpd (0.9.0.8-2) unstable; urgency=medium
+
+  * Try to make QuickCheck happier.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Apr 2018 22:51:39 -0400
+
 haskell-libmpd (0.9.0.8-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-libmpd/debian/patches/newer-quickcheck
=====================================
--- /dev/null
+++ b/p/haskell-libmpd/debian/patches/newer-quickcheck
@@ -0,0 +1,11 @@
+--- a/tests/Arbitrary.hs
++++ b/tests/Arbitrary.hs
+@@ -46,7 +46,7 @@
+ 
+ -- MPD fields can't contain newlines and the parser skips initial spaces.
+ field :: Gen String
+-field = (filter (/= '\n') . dropWhile isSpace) <$> arbitrary
++field = (filter (/= '\n') . dropWhile isSpace) <$> arbitraryPrintableChar
+ 
+ fieldBS :: Gen ByteString
+ fieldBS = UTF8.fromString <$> field


=====================================
p/haskell-libmpd/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-libmpd/debian/patches/series
@@ -0,0 +1 @@
+newer-quickcheck



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

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


More information about the Pkg-haskell-commits mailing list