File: newer-deepseq

package info (click to toggle)
haskell-text-icu 0.7.0.1-12
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 348 kB
  • sloc: haskell: 804; ansic: 524; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
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