Loading p/haskell-text-icu/debian/changelog +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 ] Loading p/haskell-text-icu/debian/patches/newer-deepseq 0 → 100644 +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 p/haskell-text-icu/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line newer-deepseq Loading
p/haskell-text-icu/debian/changelog +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 ] Loading
p/haskell-text-icu/debian/patches/newer-deepseq 0 → 100644 +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
p/haskell-text-icu/debian/patches/series 0 → 100644 +1 −0 Original line number Diff line number Diff line newer-deepseq