Cabal revisions of proto-lens-arbitrary-0.1.2.14
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.37.0.------ see: https://github.com/sol/hpack--name: proto-lens-arbitrary-version: 0.1.2.14-synopsis: Arbitrary instances for proto-lens.-description: The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck.-category: Data-homepage: https://github.com/google/proto-lens#readme-bug-reports: https://github.com/google/proto-lens/issues-author: Aden Grue-maintainer: agrue+protolens@google.com-copyright: Google Inc.-license: BSD3-license-file: LICENSE-build-type: Simple-extra-source-files:- Changelog.md--source-repository head- type: git- location: https://github.com/google/proto-lens- subdir: proto-lens-arbitrary--library- exposed-modules:- Data.ProtoLens.Arbitrary- other-modules:- Paths_proto_lens_arbitrary- hs-source-dirs:- src- build-depends:- QuickCheck >=2.8 && <2.15- , base >=4.10 && <4.21- , bytestring >=0.10 && <0.13- , containers >=0.5 && <0.8- , lens-family >=1.2 && <2.2- , proto-lens >=0.4 && <0.8- , text >=1.2 && <2.2- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.39.3. +-- +-- see: https://github.com/sol/hpack + +name: proto-lens-arbitrary +version: 0.1.2.14 +x-revision: 1 +synopsis: Arbitrary instances for proto-lens. +description: The proto-lens-arbitrary allows generating arbitrary messages for use with QuickCheck. +category: Data +homepage: https://github.com/google/proto-lens#readme +bug-reports: https://github.com/google/proto-lens/issues +author: Aden Grue +maintainer: agrue+protolens@google.com +copyright: Google Inc. +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + Changelog.md + +source-repository head + type: git + location: https://github.com/google/proto-lens + subdir: proto-lens-arbitrary + +library + exposed-modules: + Data.ProtoLens.Arbitrary + other-modules: + Paths_proto_lens_arbitrary + hs-source-dirs: + src + build-depends: + QuickCheck >=2.8 && <2.19 + , base >=4.10 && <4.23 + , bytestring >=0.10 && <0.13 + , containers >=0.5 && <0.9 + , lens-family >=1.2 && <2.2 + , proto-lens >=0.4 && <0.8 + , text >=1.2 && <2.2 + default-language: Haskell2010