protocol-buffers-descriptor 2.4.0 → 2.4.2
raw patch · 1 files changed
+4/−3 lines, 1 filesdep ~protocol-buffersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: protocol-buffers
API changes (from Hackage documentation)
Files
protocol-buffers-descriptor.cabal view
@@ -1,5 +1,5 @@ name: protocol-buffers-descriptor-version: 2.4.0+version: 2.4.2 cabal-version: >= 1.6 build-type: Simple license: BSD3@@ -23,14 +23,15 @@ Library build-depends: base >= 4.7.0 && < 5,- protocol-buffers == 2.4.0,+ protocol-buffers == 2.4.2, bytestring, containers -- most files are in src-auto-generated -- Options is from src-hand-writtern Hs-Source-Dirs: src-auto-generated,src-hand-written- ghc-options: -fspec-constr-count=10+ ghc-options: -O2 -fspec-constr-count=10+ -- ghc-prof-options: -auto-all -prof exposed-modules: Text.DescriptorProtos.Options Text.DescriptorProtos Text.DescriptorProtos.DescriptorProto