-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a9cfc8f9e6ec5f7d4f2af514f3781c0f7142583202d696d75dffbdb5f14eeca1
name: proto-lens-combinators
version: 0.1.0.10
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.10
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.8 && <4.12
, proto-lens-protoc ==0.3.*
library
hs-source-dirs:
src
build-depends:
base >=4.8 && <4.12
, data-default-class >=0.0 && <0.2
, lens-family ==1.2.*
, proto-lens-protoc ==0.3.*
, transformers >=0.4 && <0.6
exposed-modules:
Data.ProtoLens.Combinators
other-modules:
Paths_proto_lens_combinators
default-language: Haskell2010
test-suite combinators_test
type: exitcode-stdio-1.0
main-is: combinators_test.hs
hs-source-dirs:
tests
build-depends:
HUnit
, base
, lens-family
, lens-family-core
, proto-lens
, proto-lens-combinators
, proto-lens-protoc
, test-framework
, test-framework-hunit
other-modules:
Proto.Combinators Proto.Combinators_Fields
default-language: Haskell2010