packages feed

either-list-functions-0.0.4.5: either-list-functions.cabal

cabal-version: 2.2

name:     either-list-functions
version:  0.0.4.5
category: Data
synopsis: Functions involving lists of Either

description: Functions involving lists of Either.

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, Julie Moronuki

license: Apache-2.0
license-file: license.txt

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

source-repository head
  type: git
  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 ^>=4.12 || ^>=4.13 || ^>=4.14 || ^>=4.15
  build-depends: 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 ^>=4.12 || ^>=4.13 || ^>=4.14 || ^>=4.15
  build-depends: either-list-functions
  build-depends: doctest