packages feed

hoist-error-0.2.1.0: hoist-error.cabal

name:                hoist-error
version:             0.2.1.0
synopsis:            Some convenience facilities for hoisting errors into a monad
description:         Provides a typeclass and useful combinators for hoisting errors into a monad.
license:             MIT
license-file:        LICENSE
author:              Jon Sterling
maintainer:          sean.chalmers@data61.csiro.au
copyright:           Copyright (c) 2014 AlephCloud, Inc
category:            Control
build-type:          Simple
cabal-version:       >=1.10
tested-with:         GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1

extra-source-files:  changelog.md

tested-with:         GHC == 7.8.4
                   , GHC == 7.10.3
                   , GHC == 8.0.2
                   , GHC == 8.2.2
                   , GHC == 8.4.1



source-repository head
    type: git
    location: https://github.com/alephcloud/hs-hoist-error.git

library
  exposed-modules:     Control.Monad.Error.Hoist
  build-depends:       base   >=4.7 && <4.12
                     , mtl    >=2.1 && <2.3
                     , either >=4   && <6

  hs-source-dirs:      src
  default-language:    Haskell2010