-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathmsgpack-rpc.cabal
40 lines (35 loc) · 1.37 KB
/
msgpack-rpc.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Name: msgpack-rpc
Version: 0.7.1.1
Synopsis: A MessagePack-RPC Implementation
Description: A MessagePack-RPC Implementation <http://msgpack.org/>
Homepage: http://msgpack.org/
License: BSD3
License-file: LICENSE
Author: Hideyuki Tanaka
Maintainer: Hideyuki Tanaka <[email protected]>
Copyright: Copyright (c) 2010-2012, Hideyuki Tanaka
Category: Network
Stability: Experimental
Cabal-version: >=1.8
Build-type: Simple
Extra-source-files: test/Serv.hs
test/Cli.hs
Library
Build-depends: base == 4.*
, bytestring == 0.9.*
, text == 0.11.*
, network >= 2.2 && < 2.4
, random == 1.0.*
, mtl == 2.0.*
, conduit >= 0.5
, attoparsec
, attoparsec-conduit
, deepseq >= 1.1 && < 1.4
, msgpack == 0.7.*
, zeromq-haskell >= 0.8.4
Ghc-options: -Wall
Exposed-modules: Network.MessagePackRpc.Server
Network.MessagePackRpc.Client
Source-repository head
Type: git
Location: git://github.com/msgpack/msgpack-haskell.git