packages feed

either-list-functions 0.0.4.4 → 0.0.4.5

raw patch · 3 files changed

+17/−21 lines, 3 filesdep ~basedep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, containers

API changes (from Hackage documentation)

Files

changelog.txt view
@@ -1,3 +1,6 @@+0.0.4.5+  - Supports base-4.15 and GHC 9.0+ 0.0.4.4   - Supports base-4.14 and GHC 8.8 
either-list-functions.cabal view
@@ -1,43 +1,39 @@+cabal-version: 2.2+ name:     either-list-functions-version:  0.0.4.4+version:  0.0.4.5 category: Data synopsis: Functions involving lists of Either  description: Functions involving lists of Either. -homepage:    https://github.com/chris-martin/either-list-functions-bug-reports: https://github.com/chris-martin/either-list-functions/issues+homepage:    https://github.com/typeclasses/either-list-functions+bug-reports: https://github.com/typeclasses/either-list-functions/issues  author:     Chris Martin <ch.martin@gmail.com>-maintainer: Chris Martin <ch.martin@gmail.com>+maintainer: Chris Martin, Julie Moronuki  license: Apache-2.0 license-file: license.txt  build-type: Simple-cabal-version: >= 1.10  extra-source-files:   changelog.txt -tested-with: GHC == 8.10.1, GHC == 8.8.1, GHC == 8.6.5+tested-with: GHC == 9.0.1, 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+  location: https://github.com/typeclasses/either-list-functions  library   default-language: Haskell2010   hs-source-dirs: src   ghc-options: -Wall   exposed-modules: Data.List.EitherFunctions-  build-depends: base, containers--  -- require Data.Functor.Contravariant-  build-depends: base >=4.12--  -- upper bounds to exclude untested versions-  build-depends: base <4.15, containers <0.7+  build-depends: base ^>=4.12 || ^>=4.13 || ^>=4.14 || ^>=4.15+  build-depends: containers <0.7  test-suite doctest   default-language: Haskell2010@@ -45,9 +41,6 @@   main-is: doctest.hs   ghc-options: -Wall -threaded   hs-source-dirs: test-  build-depends: base, doctest, either-list-functions--  build-depends: base >=4.12--  -- upper bounds to exclude untested versions-  build-depends: base <4.15+  build-depends: base ^>=4.12 || ^>=4.13 || ^>=4.14 || ^>=4.15+  build-depends: either-list-functions+  build-depends: doctest
license.txt view
@@ -1,4 +1,4 @@-Copyright 2017-2020 Chris Martin+Copyright 2017-2021 Mission Valley Software LLC  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.