packages feed

failable-0.1.0.2: 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: 017ba691ee87716cab21fcf1f65adf24ca7da1417e8abac7aaf260871f21716d

name:           failable
version:        0.1.0.2
synopsis:       A 'Failable' error monad class to unify failure across monads that can fail
description:    Please see the README on Gitlab at <https://gitlab.com/codemonkeylabs/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