lenz-mtl-0.1: lenz-mtl.cabal
name: lenz-mtl
version: 0.1
synopsis: mtl operations with Van Laarhoven lenses
license: OtherLicense
license-file: LICENSE
author: M Farkas-Dyck
maintainer: strake888@gmail.com
category: Control, Data, Lenses
build-type: Simple
cabal-version: >=1.2.3
tested-with: GHC ==7.10.3
, GHC ==8.0.2
, GHC ==8.2.2
, GHC ==8.4.4
, GHC ==8.6.5
, GHC ==8.8.1
library
exposed-modules: Control.Monad.Reader.Lens
, Control.Monad.Writer.Lens
, Control.Monad.State.Lens
build-depends: base >=4.8 && <5
, base-unicode-symbols
, lenz >=0.2 && <0.5
, transformers >=0.2 && <0.6
, mtl >=2.0 && <2.3
extensions: UnicodeSyntax, RankNTypes