either-list-functions 0.0.4.7 → 0.0.4.8
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basedep ~doctestPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, doctest
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- either-list-functions.cabal +3/−3
changelog.md view
@@ -1,3 +1,7 @@+### 0.0.4.8++Version bumps+ ### 0.0.4.7 Supports base-4.17 and GHC 9.4
either-list-functions.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: either-list-functions-version: 0.0.4.7+version: 0.0.4.8 category: Data synopsis: Functions involving lists of Either @@ -26,7 +26,7 @@ default-language: Haskell2010 ghc-options: -Wall build-depends:- , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17+ , base ^>= 4.18 || ^>= 4.19 library import: base@@ -42,5 +42,5 @@ ghc-options: -threaded hs-source-dirs: test build-depends:- , doctest ^>= 0.18.2 || ^>= 0.19 || ^>= 0.20+ , doctest ^>= 0.22 || ^>= 0.23 , either-list-functions