cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: bf2c314c1ef35bb95db8c0f1d14aa05f8b2da20a6e76dace01662f21847ee451 name: failable version: 0.1.0.3 synopsis: A 'Failable' error monad class to unify failure across monads that can fail description: Please see the README on Gitlab at category: control, exceptions, monad author: Erick Gonzalez maintainer: erick@codemonkeylabs.de copyright: 2019 Erick Gonzalez license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md library exposed-modules: Control.Monad.Failable other-modules: Paths_failable hs-source-dirs: src build-depends: base >=4.7 && <5 , mtl , transformers default-language: Haskell2010