-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: af72bba1da049eb7a5a663c6419964692711ec372957c36d4702ef771b718b5b
name: proto-lens-combinators
version: 0.4.0.1
synopsis: Utilities functions to proto-lens.
description: Useful things for working with protos.
category: Data
homepage: https://github.com/google/proto-lens#readme
bug-reports: https://github.com/google/proto-lens/issues
author: Zie Weaver
maintainer: zearen+protolens@google.com
copyright: Google Inc.
license: BSD3
license-file: LICENSE
build-type: Custom
cabal-version: >= 1.24
extra-source-files:
Changelog.md
tests/combinators.proto
source-repository head
type: git
location: https://github.com/google/proto-lens
subdir: proto-lens-combinators
custom-setup
setup-depends:
Cabal
, base >=4.9 && <4.13
, proto-lens-setup ==0.4.*
library
exposed-modules:
Data.ProtoLens.Combinators
other-modules:
Paths_proto_lens_combinators
hs-source-dirs:
src
build-depends:
base >=4.9 && <4.13
, lens-family ==1.2.*
, proto-lens ==0.4.*
, transformers >=0.4 && <0.6
default-language: Haskell2010
test-suite combinators_test
type: exitcode-stdio-1.0
main-is: combinators_test.hs
other-modules:
Proto.Combinators Proto.Combinators_Fields
hs-source-dirs:
tests
build-depends:
HUnit
, base
, lens-family
, lens-family-core
, proto-lens
, proto-lens-combinators
, proto-lens-runtime ==0.4.*
, test-framework
, test-framework-hunit
default-language: Haskell2010
autogen-modules:
Proto.Combinators
Proto.Combinators_Fields