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: c71b774e75efdc6c11a1cd835a896e69b5b91d60a4e0a8fb6428c65ca6f5b0a1 name: failable version: 0.1.0.0 synopsis: A 'Failable' error monad class to unify failure across monads that can fail description: Please see the README on GitHub 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