-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 0a8c69b63be2cc464d5845e725a023129f39c228c94d1448f9bceb154ca78870 name: either-list-functions version: 0.0.0.2 synopsis: Functions involving lists of Either description: Functions involving lists of Either category: Data homepage: https://github.com/chris-martin/either-list-functions#readme 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 source-repository head type: git location: https://github.com/chris-martin/either-list-functions library hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.9 && <4.11 exposed-modules: Data.List.EitherFunctions other-modules: Paths_either_list_functions default-language: Haskell2010 test-suite doctest type: exitcode-stdio-1.0 main-is: doctest.hs hs-source-dirs: test ghc-options: -Wall -threaded build-depends: base >=4.9 && <4.11 , doctest , either-list-functions other-modules: Paths_either_list_functions default-language: Haskell2010