packages feed

failable-0.1.0.1: failable.cabal

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: ff6aece6bf22bb1b3620af9875c66efc4beb3470e1cffbfa8cbff2b06b5a0b8e

name:           failable
version:        0.1.0.1
synopsis:       A 'Failable' error monad class to unify failure across monads that can fail
description:    Please see the README on GitHub at <https://github.com/githubuser/failable#readme>
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