cabal-version: 3.0 name: either-semigroup version: 0.0.0 author: Melanie Phoenix Brown maintainer: brown.m@pm.me copyright: 2024 Melanie Phoenix Brown category: Data build-type: Simple license-file: LICENSE license: BSD-2-Clause homepage: https://github.com/mixphix/either-semigroup#readme bug-reports: https://github.com/mixphix/either-semigroup/issues extra-doc-files: CHANGELOG.md README.md synopsis: Either with a stricter Semigroup instance description: A version of `Either` whose `Semigroup` instance requires a `Semigroup` in the `Left` argument. Unlike most `Validation` packages, this package does not depend on the entire Kmettverse, preferring a small dependency tree. library ghc-options: -Wall hs-source-dirs: lib default-language: GHC2021 default-extensions: BlockArguments DataKinds DerivingStrategies DuplicateRecordFields LambdaCase MultiWayIf OverloadedRecordDot PatternSynonyms TypeFamilies build-depends: base >=4.14 && <5 exposed-modules: Data.Either.Semigroup