-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipes-errors.cabal
35 lines (33 loc) · 1.3 KB
/
pipes-errors.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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 <[email protected]>
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