Commit 18f0ee4c authored by Clint Adams's avatar Clint Adams
Browse files

text-icu: patch for newer deepseq

parent ebbd8248
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-text-icu (0.7.0.1-8) unstable; urgency=medium

  * Patch for newer deepseq.

 -- Clint Adams <clint@debian.org>  Thu, 12 Apr 2018 16:55:18 -0400

haskell-text-icu (0.7.0.1-7) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+12 −0
Original line number Diff line number Diff line
--- 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
+1 −0
Original line number Diff line number Diff line
newer-deepseq