proto-lens-setup 0.4.0.6 → 0.4.0.7
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~Cabaldep ~basedep ~proto-lens-protocPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal, base, proto-lens-protoc, text
API changes (from Hackage documentation)
Files
- proto-lens-setup.cabal +6/−6
proto-lens-setup.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack name: proto-lens-setup-version: 0.4.0.6+version: 0.4.0.7 synopsis: Cabal support for codegen with proto-lens. description: This package provides Cabal support for the @proto-lens@ package. It automatically generates Haskell source files from protocol buffer@@ -68,15 +68,15 @@ hs-source-dirs: src build-depends:- Cabal >=2.0 && <3.7- , base >=4.10 && <4.17+ Cabal >=2.0 && <3.12+ , base >=4.10 && <4.19 , bytestring >=0.10 && <0.12 , containers >=0.5 && <0.7 , deepseq ==1.4.* , directory >=1.2 && <1.4 , filepath >=1.4 && <1.6 , process >=1.2 && <1.7- , proto-lens-protoc >=0.4 && <0.8+ , proto-lens-protoc >=0.4 && <0.9 , temporary >=1.2 && <1.4- , text >=1.2 && <2.1+ , text >=1.2 && <2.2 default-language: Haskell2010