applicative-fail 1.1.0 → 1.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- applicative-fail.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # CHANGELOG +## 1.1.1+### Changed+* upper base constraints relaxed+ ## 1.1.0 ### Added
applicative-fail.cabal view
@@ -1,5 +1,5 @@ name: applicative-fail-version: 1.1.0+version: 1.1.1 synopsis: Applicative functor and monad which collects all your fails description: Applicative functor to perform parse-like actions and@@ -46,7 +46,7 @@ , UndecidableInstances , ViewPatterns - build-depends: base >=4.6 && <4.8+ build-depends: base >=4.6 && < 5 , bifunctors , dlist , mtl