name: lens-properties category: Data, Lenses version: 4.11.1 x-revision: 7 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE author: Edward Kmett and Oliver Charles maintainer: Edward Kmett stability: provisional homepage: http://github.com/ekmett/lens/ bug-reports: http://github.com/ekmett/lens/issues copyright: Copyright (C) 2012-2015 Edward A. Kmett, Copyright (C) 2014 Oliver Charles synopsis: QuickCheck properties for lens description: QuickCheck properties for lens. build-type: Simple tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1 extra-source-files: CHANGELOG.markdown source-repository head type: git location: git://github.com/ekmett/lens.git library build-depends: base >= 4.5 && < 5, lens >= 4 && < 6, QuickCheck >= 2.4 && < 2.16, transformers >= 0.2 && < 0.7 exposed-modules: Control.Lens.Properties hs-source-dirs: src