packages feed

proto-lens-protobuf-types-0.7.2.1: proto-lens-protobuf-types.cabal

cabal-version: 2.0

-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name:           proto-lens-protobuf-types
version:        0.7.2.1
synopsis:       Basic protocol buffer message types.
description:    This package provides bindings standard protocol message types, for use with the proto-lens library.
category:       Data
homepage:       https://github.com/google/proto-lens#readme
bug-reports:    https://github.com/google/proto-lens/issues
author:         Judah Jacobson
maintainer:     proto-lens@googlegroups.com
copyright:      Google Inc.
license:        BSD3
license-file:   LICENSE
build-type:     Custom
extra-source-files:
    Changelog.md
    proto-src/google/protobuf/any.proto
    proto-src/google/protobuf/api.proto
    proto-src/google/protobuf/compiler/plugin.proto
    proto-src/google/protobuf/descriptor.proto
    proto-src/google/protobuf/duration.proto
    proto-src/google/protobuf/empty.proto
    proto-src/google/protobuf/field_mask.proto
    proto-src/google/protobuf/source_context.proto
    proto-src/google/protobuf/struct.proto
    proto-src/google/protobuf/timestamp.proto
    proto-src/google/protobuf/type.proto
    proto-src/google/protobuf/wrappers.proto

source-repository head
  type: git
  location: https://github.com/google/proto-lens
  subdir: proto-lens-protobuf-types

custom-setup
  setup-depends:
      Cabal >=3 && <3.12
    , base >=4.10 && <4.20
    , proto-lens-setup ==0.4.*

library
  exposed-modules:
      Data.ProtoLens.Any
      Data.ProtoLens.Descriptor
      Proto.Google.Protobuf.Any
      Proto.Google.Protobuf.Any_Fields
      Proto.Google.Protobuf.Api
      Proto.Google.Protobuf.Api_Fields
      Proto.Google.Protobuf.Compiler.Plugin
      Proto.Google.Protobuf.Compiler.Plugin_Fields
      Proto.Google.Protobuf.Descriptor
      Proto.Google.Protobuf.Descriptor_Fields
      Proto.Google.Protobuf.Duration
      Proto.Google.Protobuf.Duration_Fields
      Proto.Google.Protobuf.Empty
      Proto.Google.Protobuf.Empty_Fields
      Proto.Google.Protobuf.FieldMask
      Proto.Google.Protobuf.FieldMask_Fields
      Proto.Google.Protobuf.SourceContext
      Proto.Google.Protobuf.SourceContext_Fields
      Proto.Google.Protobuf.Struct
      Proto.Google.Protobuf.Struct_Fields
      Proto.Google.Protobuf.Timestamp
      Proto.Google.Protobuf.Timestamp_Fields
      Proto.Google.Protobuf.Type
      Proto.Google.Protobuf.Type_Fields
      Proto.Google.Protobuf.Wrappers
      Proto.Google.Protobuf.Wrappers_Fields
  autogen-modules:
      Proto.Google.Protobuf.Any
      Proto.Google.Protobuf.Any_Fields
      Proto.Google.Protobuf.Api
      Proto.Google.Protobuf.Api_Fields
      Proto.Google.Protobuf.Compiler.Plugin
      Proto.Google.Protobuf.Compiler.Plugin_Fields
      Proto.Google.Protobuf.Descriptor
      Proto.Google.Protobuf.Descriptor_Fields
      Proto.Google.Protobuf.Duration
      Proto.Google.Protobuf.Duration_Fields
      Proto.Google.Protobuf.Empty
      Proto.Google.Protobuf.Empty_Fields
      Proto.Google.Protobuf.FieldMask
      Proto.Google.Protobuf.FieldMask_Fields
      Proto.Google.Protobuf.SourceContext
      Proto.Google.Protobuf.SourceContext_Fields
      Proto.Google.Protobuf.Struct
      Proto.Google.Protobuf.Struct_Fields
      Proto.Google.Protobuf.Timestamp
      Proto.Google.Protobuf.Timestamp_Fields
      Proto.Google.Protobuf.Type
      Proto.Google.Protobuf.Type_Fields
      Proto.Google.Protobuf.Wrappers
      Proto.Google.Protobuf.Wrappers_Fields
  hs-source-dirs:
      src
  build-tool-depends:
      proto-lens-protoc:proto-lens-protoc
  build-depends:
      base >=4.10 && <4.20
    , lens-family >=1.2 && <2.2
    , proto-lens ==0.7.*
    , proto-lens-runtime ==0.7.*
    , text >=1.2 && <2.2
  default-language: Haskell2010