packages feed

mono-traversable 1.0.8.0 → 1.0.8.1

raw patch · 3 files changed

+13/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.0.8.1++* Compat with gauge 0.1 and 0.2+ ## 1.0.8.0  * Switch to gauge
bench/sorting.hs view
@@ -1,4 +1,11 @@+{-# LANGUAGE CPP #-}++#if MIN_VERSION_gauge(0,2,0)+import Gauge+#else import Gauge.Main+#endif+ import Data.Sequences import Data.MonoTraversable import qualified Data.List
mono-traversable.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 8d2ffaa5e0c0f8ffb0bfd37a0d3c6982d81376c1b963a04968c8626b0d8be8a4+-- hash: 19fd8f1ebe28579b3a09d195725bc11e4c50c0f81206fdfce0513a912a546cf4  name:           mono-traversable-version:        1.0.8.0+version:        1.0.8.1 synopsis:       Type classes for mapping, folding, and traversing monomorphic containers description:    Please see the README at <https://www.stackage.org/package/mono-traversable> category:       Data