packages feed

writer-cps-lens-0.1.0.0: writer-cps-lens.cabal

name:                writer-cps-lens
version:             0.1.0.0
synopsis:            Lens instances for the stricter CPS WriterT and RWST
description:         Control.Lens Wrapped, Magnify and Zoomed instances for the stricter WriterT and RWST from writer-cps-transformers.
homepage:            https://github.com/louispan/writer-cps-lens#readme
license:             BSD3
license-file:        LICENSE
author:              Louis Pan, Edward A. Kmett
maintainer:          louis@pan.me
copyright:           2017 Louis Pan
category:            Control
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10
tested-with:         GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1

library
  hs-source-dirs:      src
  exposed-modules:     Control.Monad.Trans.RWS.CPS.Lens
                     , Control.Monad.Trans.Writer.CPS.Lens
  build-depends:       base < 6
                     , writer-cps-transformers >= 0.1.1.2
                     , transformers >= 0.4 && < 0.6
                     , lens         >= 4   && < 5
                     , profunctors  >= 5   && < 6
                     , writer-cps-mtl >= 0.1.1.1
  ghc-options:         -Wall
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/louispan/writer-cps-lens