-- Initial respawn.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: criu-rpc-types version: 0.0.0.2 synopsis: Criu RPC protocol buffer types. description: Types and lenses for the CRIU RPC API generated using proto-lens. license: MIT license-file: LICENSE category: criu author: wayofthepie maintainer: wayofthepie@gmail.com build-type: Custom extra-source-files: src/criu/rpc.proto cabal-version: >=1.24 homepage: https://github.com/wayofthepie/haskell-criu-rpc-types bug-reports: https://github.com/wayofthepie/haskell-criu-rpc-types/issues source-repository head type: git location: https://github.com/wayofthepie/haskell-criu-rpc-types custom-setup setup-depends: base >=4.9 && <5 , proto-lens-protoc >= 0.1.0.4 && < 0.1.1.0 library exposed-modules: Proto.Criu.Rpc -- other-modules: -- other-extensions: build-depends: base >=4.9 && <5 , proto-lens >= 0.1.0.4 && < 0.1.1.0 , proto-lens-protoc >= 0.1.0.4 && < 0.1.1.0 hs-source-dirs: src default-language: Haskell2010 pkgconfig-depends: protobuf