lens-properties 4.7 → 4.11
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~QuickCheckdep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, lens
API changes (from Hackage documentation)
Files
- lens-properties.cabal +4/−4
lens-properties.cabal view
@@ -1,6 +1,6 @@ name: lens-properties category: Data, Lenses-version: 4.7+version: 4.11 license: BSD3 cabal-version: >= 1.8 author: Edward Kmett and Oliver Charles@@ -8,7 +8,7 @@ stability: provisional homepage: http://github.com/ekmett/lens/ bug-reports: http://github.com/ekmett/lens/issues-copyright: Copyright (C) 2012-2014 Edward A. Kmett, Copyright (C) 2014 Oliver Charles+copyright: Copyright (C) 2012-2015 Edward A. Kmett, Copyright (C) 2014 Oliver Charles synopsis: QuickCheck properties for lens build-type: Simple @@ -22,8 +22,8 @@ library build-depends: base >= 4.3 && < 5,- lens >= 4 && < 4.9,- QuickCheck >= 2.4 && < 2.8,+ lens >= 4 && < 5,+ QuickCheck >= 2.4 && < 2.9, transformers >= 0.2 && < 0.5 exposed-modules: