name: attempt version: 0.2.2 license: BSD3 license-file: LICENSE author: Michael Snoyman, Nicolas Pouillard maintainer: Michael Snoyman synopsis: Concrete data type for handling extensible exceptions as failures. description: Defines a data type, Attempt, which has a Success and Failure constructor. Failure contains an extensible exception. 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, syb, failure >= 0.0.0 && < 0.1 exposed-modules: Data.Attempt ghc-options: -Wall