packages feed

classy-prelude 1.0.0 → 1.0.0.1

raw patch · 3 files changed

+8/−1 lines, 3 filesdep ~safe-exceptionsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: safe-exceptions

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.0.0.1++* Support for safe-exceptions-0.1.4.0+ ## 1.0.0  * Support for mono-traversable-1.0.0
ClassyPrelude.hs view
@@ -188,6 +188,9 @@     , handle, finally, catch, bracket, bracket_, bracketOnError     , catchIOError     , uninterruptibleMask, uninterruptibleMask_+#if MIN_VERSION_safe_exceptions(0,1,4)+    , catchJust, handleJust, tryJust+#endif     ) import Data.ChunkedZip import qualified Data.Char as Char
classy-prelude.cabal view
@@ -1,5 +1,5 @@ name:                classy-prelude-version:             1.0.0+version:             1.0.0.1 synopsis:            A typeclass-based Prelude. description:         Modern best practices without name collisions. No partial functions are exposed, but modern data structures are, without requiring import lists. Qualified modules also are not needed: instead operations are based on type-classes from the mono-traversable package.