packages feed

writer-cps-exceptions-0.1.0.0: writer-cps-exceptions.cabal

name:                writer-cps-exceptions
version:             0.1.0.0
synopsis:            Control.Monad.Catch instances for the stricter CPS WriterT and RWST
description:         Control.Monad.Catch instances for the stricter WriterT and RWST from writer-cps-transformers.
homepage:            https://github.com/minad/writer-cps-exceptions
license:             BSD3
license-file:        LICENSE
author:              Daniel Mendler
maintainer:          mail@daniel-mendler.de
copyright:           2018 Daniel Mendler, 2013-2015 Edward Kmett, 2012 Google Inc
category:            Control
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10
tested-with:         GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1, GHC == 8.4.3, GHC == 8.6.1

library
  hs-source-dirs:      src
  exposed-modules:     Control.Monad.Trans.RWS.CPS.Exceptions
                     , Control.Monad.Trans.Writer.CPS.Exceptions
  build-depends:       base < 6
                     , writer-cps-transformers >= 0.1.1.2
                     , transformers >= 0.4 && < 0.6
                     , exceptions >= 0.10 && < 0.12
  ghc-options:         -Wall
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/minad/writer-cps-exceptions