packages feed

classy-prelude 0.9.2 → 0.9.3

raw patch · 2 files changed

+4/−2 lines, 2 filesdep ~mono-traversablePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: mono-traversable

API changes (from Hackage documentation)

Files

ClassyPrelude.hs view
@@ -49,6 +49,7 @@     , module Data.Containers     , module Data.Builder     , module Data.MinLen+    , module Data.ByteVector       -- * I\/O     , Handle     , stdin@@ -161,6 +162,7 @@ import Data.Containers import Data.Builder import Data.MinLen+import Data.ByteVector import qualified Filesystem.Path.CurrentOS as F import System.IO (Handle, stdin, stdout, stderr, hClose) 
classy-prelude.cabal view
@@ -1,5 +1,5 @@ name:                classy-prelude-version:             0.9.2+version:             0.9.3 synopsis:            A typeclass-based Prelude. description:         Focuses on using common typeclasses when possible, and creating new ones to avoid name clashing. Exposes many recommended datastructures (Map, ByteString, etc) directly without requiring long import lists and qualified modules. homepage:            https://github.com/snoyberg/classy-prelude@@ -24,7 +24,7 @@                      , unordered-containers                      , hashable                      , lifted-base                   >= 0.2-                     , mono-traversable              >= 0.6+                     , mono-traversable              >= 0.6.1                      , exceptions                    >= 0.5                      , semigroups                      , vector-instances