packages feed

proto-lens-protobuf-types 0.3.0.2 → 0.3.0.3

raw patch · 2 files changed

+7/−4 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

Changelog.md view
@@ -1,5 +1,8 @@ # Changelog for `proto-lens-protobuf-types` +## v0.3.0.3+- Add support for ghc-8.6.+ ## v0.3.0.2 - Bump the lower bound on `base` to indicate we require `ghc>=8.0`. - Use autogen-modules. (#196)
proto-lens-protobuf-types.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 65968cd6af3d23bee18b7adbb3957a2192858a0561f56364d8055039f8f77774+-- hash: d340f8c6a6e81e221100f47fef4aa2af92e4ff8981c76f7753f6e3c2a6d5e15f  name:           proto-lens-protobuf-types-version:        0.3.0.2+version:        0.3.0.3 synopsis:       Basic protocol buffer message types. description:    This package provides bindings standard protocol message types, for use with the proto-lens library. category:       Data@@ -33,7 +33,7 @@ custom-setup   setup-depends:       Cabal-    , base >=4.9 && <4.12+    , base >=4.9 && <4.13     , proto-lens-protoc ==0.3.*  library@@ -52,7 +52,7 @@   hs-source-dirs:       src   build-depends:-      base >=4.9 && <4.12+      base >=4.9 && <4.13     , lens-labels ==0.2.*     , proto-lens ==0.3.*     , proto-lens-protoc ==0.3.*