either-list-functions 0.0.4.0 → 0.0.4.2
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- changelog.txt +3/−0
- either-list-functions.cabal +3/−3
changelog.txt view
@@ -1,3 +1,6 @@+0.0.4.2+ - Supports base-4.13 and GHC 8.8+ 0.0.4.0 - Added: - spanLeft'
either-list-functions.cabal view
@@ -1,5 +1,5 @@ name: either-list-functions-version: 0.0.4.0+version: 0.0.4.2 category: Data synopsis: Functions involving lists of Either @@ -35,7 +35,7 @@ build-depends: base >=4.12 -- upper bounds to exclude untested versions- build-depends: base <4.13, containers <0.7+ build-depends: base <4.14, containers <0.7 test-suite doctest default-language: Haskell2010@@ -48,4 +48,4 @@ build-depends: base >=4.12 -- upper bounds to exclude untested versions- build-depends: base <4.13+ build-depends: base <4.14