name: control-monad-failure-mtl
version: 0.7.1
Cabal-Version: >= 1.6
build-type: Simple
license: PublicDomain
author: Pepe Iborra, Michael Snoyman, Nicolas Pouillard
maintainer: pepeiborra@gmail.com
homepage: http://github.com/pepeiborra/control-monad-failure
description: A class for monads which can fail with an error. Please note: this package is only applicable for the now-deprecated mtl 1. Since mtl 2 is compatible with the transformers package, users of mtl 2 should simply use the control-monad-failure package.
synopsis: A class for monads which can fail with an error for mtl 1 (deprecated)
category: Control, Monads, Failure
stability: experimental
Library
buildable: True
build-depends: base >= 4 && < 5,
failure >= 0.1.0 && < 0.2,
mtl >= 1.1.0.2 && < 1.2
ghc-options: -Wall
extensions: MultiParamTypeClasses, FlexibleInstances
exposed-modules:
Control.Monad.Failure
Control.Monad.Failure.MTL
source-repository head
type: git
location: git://github.com/pepeiborra/control-monad-failure.git