[Git][haskell-team/DHG_packages][master] text-icu: patch for newer deepseq
Clint Adams
gitlab at salsa.debian.org
Thu Apr 12 20:56:01 UTC 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
18f0ee4c by Clint Adams at 2018-04-12T16:55:41-04:00
text-icu: patch for newer deepseq
- - - - -
3 changed files:
- p/haskell-text-icu/debian/changelog
- + p/haskell-text-icu/debian/patches/newer-deepseq
- + p/haskell-text-icu/debian/patches/series
Changes:
=====================================
p/haskell-text-icu/debian/changelog
=====================================
--- a/p/haskell-text-icu/debian/changelog
+++ b/p/haskell-text-icu/debian/changelog
@@ -1,3 +1,9 @@
+haskell-text-icu (0.7.0.1-8) unstable; urgency=medium
+
+ * Patch for newer deepseq.
+
+ -- Clint Adams <clint at debian.org> Thu, 12 Apr 2018 16:55:18 -0400
+
haskell-text-icu (0.7.0.1-7) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-text-icu/debian/patches/newer-deepseq
=====================================
--- /dev/null
+++ b/p/haskell-text-icu/debian/patches/newer-deepseq
@@ -0,0 +1,12 @@
+--- a/tests/QuickCheckUtils.hs
++++ b/tests/QuickCheckUtils.hs
+@@ -11,9 +11,6 @@
+ import qualified Data.Text as T
+ import qualified Data.Text.ICU as I
+
+-instance NFData Ordering where
+- rnf !_ = ()
+-
+ instance Arbitrary T.Text where
+ arbitrary = T.pack `fmap` arbitrary
+ shrink = map T.pack . shrink . T.unpack
=====================================
p/haskell-text-icu/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-text-icu/debian/patches/series
@@ -0,0 +1 @@
+newer-deepseq
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/18f0ee4cd698075c39fa801d89bf79ffab73a136
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/18f0ee4cd698075c39fa801d89bf79ffab73a136
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180412/079c065e/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list