packages feed

data-easy 0.6 → 0.6.1

raw patch · 1 files changed

+10/−4 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

data-easy.cabal view
@@ -1,12 +1,18 @@ name:                data-easy-version:             0.6-synopsis:            Consistent set of utility functions for Maybe, Either, List, Monoids.+version:             0.6.1+synopsis:            Consistent set of utility functions for Maybe, Either, List and Monoids. description:         Easy to use set of utility functions, implementing a Data.Maybe like                      interface for other common types, like Either, List, Bool, Tuple,                       or even member of the Monoid type class.                      Also features a set of conversion functions among them,                       using sensible defaults.-homepage:            https://github.com/jcristovao/easy-data+                     .+                     Most of these functions are one liners, and this library started out as a+                     self-educational project, which nevertheless proved to to be useful on its+                     own right.+                     .+                     Please feel free to contribute and/or suggest changes.+homepage:            https://github.com/jcristovao/data-easy license:             BSD3 license-file:        LICENSE author:              João Cristóvão@@ -18,7 +24,7 @@ -- extra-source-files:    -- Constraint on the version of Cabal needed to build this package.-cabal-version:       >=1.18+cabal-version:       >=1.10   library