cabal-version: 2.0
name: foldl-exceptions
version: 1.0.0.0
synopsis: Exception handling with FoldM
category: Web
description:
Adds support for tuning exception handling behavior when
using @FoldM@ from the @foldl@ package.
homepage: https://github.com/typeclasses/foldl-exceptions
bug-reports: https://github.com/typeclasses/foldl-exceptions/issues
author: Chris Martin
maintainer: Chris Martin, Julie Moronuki
copyright: 2018 Typeclass Consulting, LLC
license: MIT
license-file: license.txt
build-type: Simple
tested-with: GHC==8.6.1
extra-source-files:
changelog.md
library
hs-source-dirs: library
default-language: Haskell2010
exposed-modules:
Control.Foldl.Exceptions
build-depends:
base >=4.10 && <5
, foldl
, safe-exceptions
test-suite doctest
type: exitcode-stdio-1.0
hs-source-dirs: test
default-language: Haskell2010
main-is: doctest.hs
build-depends: base, doctest