haskell: add ObjectFloat to send floats, and Assoc to make map (un)packing explicit

This commit is contained in:
xanxys
2010-12-28 19:19:49 +09:00
parent 9e096a3f0e
commit d439b1495b
7 changed files with 88 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
Name: msgpack
Version: 0.4.0.1
Version: 0.5.0.0
Synopsis: A Haskell binding to MessagePack
Description:
A Haskell binding to MessagePack <http://msgpack.org/>
@@ -37,6 +37,7 @@ Library
Exposed-modules:
Data.MessagePack
Data.MessagePack.Assoc
Data.MessagePack.Pack
Data.MessagePack.Unpack
Data.MessagePack.Object