-- This file has been generated from package.yaml by hpack version 0.18.1. -- -- see: https://github.com/sol/hpack name: either-list-functions version: 0.0.0.1 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.10 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.10 , either-list-functions , doctest default-language: Haskell2010