-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 71538a306f042a685e226ca1da1db154ba2609f0f69544fbe19c4d061b05325c name: proto-lens-protoc version: 0.4.0.2 synopsis: Protocol buffer compiler for the proto-lens library. description: Turn protocol buffer files (.proto) into Haskell files (.hs) which can be used with the proto-lens package. The library component of this package contains compiler code (namely Data.ProtoLens.Compiler.*) is not guaranteed to have stable APIs.' 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: 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-protoc library exposed-modules: Data.ProtoLens.Compiler.Combinators Data.ProtoLens.Compiler.Definitions Data.ProtoLens.Compiler.Generate Data.ProtoLens.Compiler.Plugin other-modules: Paths_proto_lens_protoc hs-source-dirs: src build-depends: base >=4.9 && <4.13 , containers >=0.5 && <0.7 , filepath >=1.4 && <1.6 , haskell-src-exts >=1.18 && <1.22 , lens-family ==1.2.* , pretty ==1.1.* , proto-lens ==0.4.* , text ==1.2.* default-language: Haskell2010 executable proto-lens-protoc main-is: protoc-gen-haskell.hs other-modules: Paths_proto_lens_protoc hs-source-dirs: app build-depends: base >=4.9 && <4.13 , bytestring ==0.10.* , containers >=0.5 && <0.7 , lens-family ==1.2.* , proto-lens ==0.4.* , proto-lens-protoc , text ==1.2.* default-language: Haskell2010