universum 0.9.0 → 0.9.1
raw patch · 2 files changed
+8/−7 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGES.md +5/−4
- universum.cabal +3/−3
CHANGES.md view
@@ -1,3 +1,8 @@+0.9.1+=====++* Change `base` version to be `< 5`.+ 0.9.0 ===== @@ -21,10 +26,6 @@ * Move string related reexports and functions to `Conv` module. * Rename `Conv` module to `String`. * Move `print` function to `Print` module.--0.7.2-=======- * [#77](https://github.com/serokell/universum/issues/77): Add `modify'` function to export list.
universum.cabal view
@@ -1,5 +1,5 @@ name: universum-version: 0.9.0+version: 0.9.1 cabal-version: >=1.10 build-type: Simple license: MIT@@ -51,7 +51,7 @@ Monad.Maybe Monad.Trans build-depends:- base <4.10,+ base <5, bytestring <0.11, containers <0.6, deepseq <1.5,@@ -81,7 +81,7 @@ type: exitcode-stdio-1.0 main-is: Main.hs build-depends:- base <4.10,+ base <5, universum -any, containers <0.6, criterion <1.2,