-- Initial respawn.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: criu-rpc version: 0.0.1 synopsis: CRIU RPC client. description: Low level client for the CRIU RPC API. bug-reports: https://github.com/wayofthepie/haskell-criu-rpc/issues license: MIT license-file: LICENSE author: wayofthepie maintainer: wayofthepie@gmail.com copyright: Stephen O'Brien category: criu build-type: Simple cabal-version: >=1.10 source-repository head type: git location: https://github.com/wayofthepie/haskell-criu-rpc.git library exposed-modules: Criu -- other-modules: -- other-extensions: build-depends: base >=4.9 && <5 , criu-rpc-types >= 0.0.0.2 && < 1.0 , lens-family >= 1.2.1 && < 1.3 , process , proto-lens , network , text , unix hs-source-dirs: src default-language: Haskell2010