cabal-version: 2.0 name: foldl-exceptions version: 1.0.0.0 x-revision: 2 synopsis: Exception handling with FoldM category: Control 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 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16 , foldl ^>= 1.4 , safe-exceptions ^>= 0.1 test-suite doctest type: exitcode-stdio-1.0 hs-source-dirs: test default-language: Haskell2010 main-is: doctest.hs build-depends: base, doctest