-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 9e84da8b472df0355cae508146fec0dacd00229345ed731b95cc3936649a2364 name: proto-lens-arbitrary version: 0.1.2.0 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 cabal-version: >= 1.10 extra-source-files: Changelog.md source-repository head type: git location: https://github.com/google/proto-lens subdir: proto-lens-arbitrary library hs-source-dirs: src build-depends: QuickCheck >=2.8 && <2.11 , base >=4.8 && <4.11 , bytestring ==0.10.* , containers ==0.5.* , lens-family ==1.2.* , proto-lens ==0.3.* , text ==1.2.* exposed-modules: Data.ProtoLens.Arbitrary other-modules: Paths_proto_lens_arbitrary default-language: Haskell2010