either-list-functions 0.0.4.2 → 0.0.4.4
raw patch · 2 files changed
+8/−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 +5/−3
changelog.txt view
@@ -1,3 +1,6 @@+0.0.4.4+ - Supports base-4.14 and GHC 8.8+ 0.0.4.2 - Supports base-4.13 and GHC 8.8
either-list-functions.cabal view
@@ -1,5 +1,5 @@ name: either-list-functions-version: 0.0.4.2+version: 0.0.4.4 category: Data synopsis: Functions involving lists of Either @@ -20,6 +20,8 @@ extra-source-files: changelog.txt +tested-with: GHC == 8.10.1, GHC == 8.8.1, GHC == 8.6.5+ source-repository head type: git location: https://github.com/chris-martin/either-list-functions@@ -35,7 +37,7 @@ build-depends: base >=4.12 -- upper bounds to exclude untested versions- build-depends: base <4.14, containers <0.7+ build-depends: base <4.15, containers <0.7 test-suite doctest default-language: Haskell2010@@ -48,4 +50,4 @@ build-depends: base >=4.12 -- upper bounds to exclude untested versions- build-depends: base <4.14+ build-depends: base <4.15