name: either-list-functions version: 0.0.4.4 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 author: Chris Martin maintainer: Chris Martin 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 source-repository head type: git location: https://github.com/chris-martin/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 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, doctest, either-list-functions build-depends: base >=4.12 -- upper bounds to exclude untested versions build-depends: base <4.15