name: lenz-template version: 0.2.0.0 x-revision: 6 synopsis: Van Laarhoven lens templates homepage: https://github.com/strake/lenz-template.hs license: OtherLicense license-file: LICENSE author: M Farkas-Dyck maintainer: strake888@gmail.com category: Data, Lenses, Template Haskell build-type: Simple cabal-version: >=1.4 library exposed-modules: Control.Lens.TH build-depends: base >= 4.9 && < 5, base-unicode-symbols >= 0.1 && < 0.3, template-haskell >= 2.11 && < 3, containers >= 0.5 && < 0.7, lenz >= 0.2 && < 0.5 extensions: LambdaCase, MultiParamTypeClasses, FlexibleInstances