attempt-0.4.0.1: attempt.cabal
name: attempt
version: 0.4.0.1
license: BSD3
license-file: LICENSE
author: Michael Snoyman, Nicolas Pouillard
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Concrete data type for handling extensible exceptions as failures. (deprecated)
description: Please use the exceptions package instead
category: Data, Failure
stability: stable
cabal-version: >= 1.2
build-type: Simple
homepage: http://github.com/snoyberg/attempt/tree/master
library
build-depends: base >= 4 && < 5,
failure >= 0.2.0 && < 0.3
exposed-modules: Data.Attempt
ghc-options: -Wall