list-zipper 0.0.9 → 0.0.10
raw patch · 2 files changed
+13/−9 lines, 2 filesdep ~QuickCheckdep ~hedgehogdep ~hedgehog-fnnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, hedgehog, hedgehog-fn, lens, semigroupoids, semigroups, tasty-hedgehog
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- list-zipper.cabal +9/−9
changelog.md view
@@ -1,3 +1,7 @@+0.0.10++* Relax bounds on semigroups+ 0.0.9 * fix reversing
list-zipper.cabal view
@@ -1,5 +1,5 @@ name: list-zipper-version: 0.0.9+version: 0.0.10 license: BSD3 license-file: LICENCE author: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>@@ -8,7 +8,7 @@ synopsis: A list zipper category: Data description: - <<http://i.imgur.com/uZnp9ke.png>>+ <<https://raw.githubusercontent.com/qfpl/assets/master/data61-transparent-bg.png>> . A list zipper. homepage: https://github.com/qfpl/list-zipper@@ -30,8 +30,8 @@ , deriving-compat >= 0.5 && < 0.6 , lens >= 4 && < 5 , comonad >= 5.0 && < 6.0- , semigroupoids >=5.1 && <5.3- , semigroups >=0.16 && <0.19+ , semigroupoids >=5.1 && <5.4+ , semigroups >=0.16 && <0.20 , mtl >=2.2 && <2.3 , transformers >=0.4.1 && <5.5 @@ -50,17 +50,17 @@ test-suite tests - build-depends: QuickCheck >= 2.9.2 && < 2.13+ build-depends: QuickCheck >= 2.9.2 && < 2.14 , base >= 4.8 && < 5 , checkers >= 0.4.6 && < 0.5 , list-zipper- , lens >= 4 && < 4.18+ , lens >= 4 && < 4.19 , tasty >= 0.11 && < 1.2 , tasty-hunit >= 0.9 && < 0.11 , tasty-quickcheck >= 0.8.4 && < 0.11- , hedgehog >= 0.6 && < 0.7- , hedgehog-fn >= 0.6 && < 0.7- , tasty-hedgehog >= 0.2 && < 0.3+ , hedgehog >= 0.6 && < 1.1+ , hedgehog-fn >= 0.6 && < 1.1+ , tasty-hedgehog >= 0.2 && < 1.1 , transformers >=0.4.1 && <5.5 , mtl >=2.2 && <2.3