pinch-0.2.0.1: examples/keyvalue/keyvalue.cabal
name : keyvalue
version : 0.1.0.0
author : Abhinav Gupta
maintainer : mail@abhinavg.net
build-type : Simple
cabal-version : >=1.10
executable keyvalue-server
main-is : Server.hs
other-modules : Types
ghc-options : -Wall -threaded
build-depends : base
, bytestring
, containers
, http-types
, text
, wai >= 3.0 && < 4.0
, warp >= 3.0 && < 4.0
, pinch
default-language : Haskell2010
executable keyvalue-client
main-is : Client.hs
other-modules : Types
ghc-options : -Wall -threaded
build-depends : base
, bytestring
, containers
, exceptions
, http-client >= 0.4
, http-types >= 0.8
, text
, pinch
default-language : Haskell2010