packages feed

pipes-errors-0.2.1: pipes-errors.cabal

name:                pipes-errors
version:             0.2.1
cabal-version:       >=1.10
tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1
build-type:          Simple
license:             BSD3
license-file:        LICENSE
author:              Danny Navarro
maintainer:          Danny Navarro <j@dannynavarro.net>
homepage:            https://github.com/jdnavarro/pipes-errors
bug-reports:         https://github.com/jdnavarro/pipes-errors/issues
category:            Control, Monad, Pipes, Error Handling
synopsis:            Integration between pipes and errors
description:
  This package is analogous to the
  @<http://hackage.haskell.org/package/errors errors>@ package but for
  base monad manipulation in the presence of @Proxy@ monad transformers.
  .
  It also provides orphan @MFunctor@ instances for @EitherT@ and
  @EitherRT@.
extra-source-files: CHANGELOG.md README.md

source-repository head
  type: git
  location: https://github.com/jdnavarro/pipes-errors

library
  exposed-modules:     Pipes.Lift.Error
                     , Pipes.Lift.Error.Instances
                     , Pipes.Lift.EitherT
                     , Pipes.Lift.EitherRT
  build-depends:       base >=4.6 && <4.9,
                       errors >=1.3 && <2.0,
                       pipes >=4.0
  default-language:    Haskell2010
  ghc-options:         -Wall