name: either category: Control, Monads version: 4.3.4 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett stability: provisional homepage: http://github.com/ekmett/either/ bug-reports: http://github.com/ekmett/either/issues copyright: Copyright (C) 2008-2014 Edward A. Kmett synopsis: An either monad transformer description: An either monad transformer build-type: Simple extra-source-files: .gitignore .ghci .vim.custom .travis.yml CHANGELOG.markdown README.markdown source-repository head type: git location: git://github.com/ekmett/either.git library build-depends: base >= 4 && < 5, bifunctors >= 4 && < 6, exceptions >= 0.5 && < 0.9, free >= 4.9 && < 5, monad-control >= 0.3.2 && < 1.1, MonadRandom >= 0.1 && < 0.4, mtl >= 2.0 && < 2.3, profunctors >= 4 && < 6, semigroups >= 0.8.3.1 && < 1, semigroupoids >= 4 && < 6, transformers >= 0.2 && < 0.5, transformers-base >= 0.4 && < 0.5 extensions: CPP exposed-modules: Control.Monad.Trans.Either Data.Either.Combinators Data.Either.Validation ghc-options: -Wall hs-source-dirs: src