packages feed

criu-rpc-0.0.2: criu-rpc.cabal

-- Initial respawn.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                criu-rpc
version:             0.0.2
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 >= 1.4.0.0 && < 1.5
    , proto-lens >= 0.1.0.4 && < 0.1.1.0
    , network >= 2.6.0.0 && < 2.7
    , text >= 1.2.1.0 && < 1.3
    , unix >= 2.7.0.0 && < 2.8
  hs-source-dirs:      src
  default-language:    Haskell2010