packages feed

either-list-functions 0.0.4.5 → 0.0.4.6

raw patch · 2 files changed

+25/−21 lines, 2 filesdep ~basedep ~containersdep ~doctestPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, containers, doctest

API changes (from Hackage documentation)

Files

changelog.txt view
@@ -1,3 +1,6 @@+0.0.4.6+  - Supports base-4.16 and GHC 9.2+ 0.0.4.5   - Supports base-4.15 and GHC 9.0 
either-list-functions.cabal view
@@ -1,7 +1,7 @@-cabal-version: 2.2+cabal-version: 3.0  name:     either-list-functions-version:  0.0.4.5+version:  0.0.4.6 category: Data synopsis: Functions involving lists of Either @@ -19,28 +19,29 @@ build-type: Simple  extra-source-files:-  changelog.txt--tested-with: GHC == 9.0.1, GHC == 8.10.1, GHC == 8.8.1, GHC == 8.6.5+    changelog.txt  source-repository head-  type: git-  location: https://github.com/typeclasses/either-list-functions+    type: git+    location: https://github.com/typeclasses/either-list-functions +common base+    default-language: Haskell2010+    ghc-options: -Wall+    build-depends: base ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16+ library-  default-language: Haskell2010-  hs-source-dirs: src-  ghc-options: -Wall-  exposed-modules: Data.List.EitherFunctions-  build-depends: base ^>=4.12 || ^>=4.13 || ^>=4.14 || ^>=4.15-  build-depends: containers <0.7+    import: base+    hs-source-dirs: src+    exposed-modules: Data.List.EitherFunctions+    build-depends: containers ^>= 0.6  test-suite doctest-  default-language: Haskell2010-  type: exitcode-stdio-1.0-  main-is: doctest.hs-  ghc-options: -Wall -threaded-  hs-source-dirs: test-  build-depends: base ^>=4.12 || ^>=4.13 || ^>=4.14 || ^>=4.15-  build-depends: either-list-functions-  build-depends: doctest+    import: base+    type: exitcode-stdio-1.0+    main-is: doctest.hs+    ghc-options: -threaded+    hs-source-dirs: test+    build-depends:+        doctest ^>= 0.16 || ^>= 0.17 || ^>= 0.18 || ^>= 0.19 || ^>= 0.20+      , either-list-functions