Cabal revisions of msgpack-rpc-0.9.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: msgpack-rpc version: 0.9.0 +x-revision: 1 synopsis: A MessagePack-RPC Implementation description: A MessagePack-RPC Implementation <http://msgpack.org/> homepage: http://msgpack.org/ library build-depends: base >= 4.5 && < 4.7 - , bytestring >= 0.9 + , bytestring >= 0.9 && < 0.11 , text == 0.11.* , network >= 2.2 && < 2.5 , random == 1.0.* - , mtl >= 2.1 - , monad-control >= 0.3 - , conduit >= 0.5 - , network-conduit >= 0.6 - , attoparsec-conduit >= 0.5 + , mtl >= 2.1 && < 2.2 + , monad-control >= 0.3 && < 0.4 + , conduit >= 0.5 && < 1.1 + , network-conduit >= 0.6 && < 1.1 + , attoparsec-conduit >= 0.5 && < 1.1 , msgpack == 0.7.* exposed-modules: Network.MessagePackRpc.Server