proto-lens-combinators 0.1.0.11 → 0.1.0.12
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Changelog.md +3/−0
- proto-lens-combinators.cabal +4/−4
Changelog.md view
@@ -1,5 +1,8 @@ # Changelog for `proto-lens-combinators` +## v0.1.0.12+- Add support for ghc-8.6.+ ## v0.1.0.11 - Bump the lower bound on `base` to indicate we require `ghc>=8.0`. - Use autogen-modules. (#196)
proto-lens-combinators.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: d9088e01498cf3872011e48a78e3f9c6f331f3c876dca0ead2bdb0d039da5be4+-- hash: 7a0758df4f3edec44050b361e5e9a8dad6b8c81b46fb199d71c85c2cb52b43b4 name: proto-lens-combinators-version: 0.1.0.11+version: 0.1.0.12 synopsis: Utilities functions to proto-lens. description: Useful things for working with protos. category: Data@@ -30,7 +30,7 @@ custom-setup setup-depends: Cabal- , base >=4.9 && <4.12+ , base >=4.9 && <4.13 , proto-lens-protoc ==0.3.* library@@ -41,7 +41,7 @@ hs-source-dirs: src build-depends:- base >=4.9 && <4.12+ base >=4.9 && <4.13 , data-default-class >=0.0 && <0.2 , lens-family ==1.2.* , proto-lens-protoc ==0.3.*