name: pipes-errors
version: 0.3
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 an orphan @MFunctor@ instance for @ExceptRT@.
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.ExceptT
, Pipes.Lift.ExceptRT
build-depends: base >=4.6 && <4.9,
errors >=2.0.0,
pipes >=4.0
default-language: Haskell2010
ghc-options: -Wall