name: servant-proto-lens version: 0.1.0.1 x-revision: 1 synopsis: Servant Content-Type for proto-lens protobuf modules. description: Small glue-code module for easing the use of servant APIs with protobuf. license: BSD3 license-file: LICENSE author: PLR maintainer: PLR homepage: https://github.com/plredmond/servant-proto-lens bug-reports: https://github.com/plredmond/servant-proto-lens/issues category: Web build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Servant.API.ContentTypes.Proto build-depends: base >=4.10 && <4.11 , bytestring , http-media , proto-lens , servant default-language: Haskell2010 test-suite servant-proto-lens-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Spec.hs other-modules: TestServer TestClient build-depends: base >=4.10 && <4.11 , HUnit , async , data-default-class , http-client , lens , proto-lens , proto-lens-protobuf-types , servant-client , servant-proto-lens , servant-server , test-framework , test-framework-hunit , warp ghc-options: -threaded -rtsopts -with-rtsopts=-N1 default-language: Haskell2010