mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-11-07 05:58:44 +01:00
haskell: add ObjectFloat to send floats, and Assoc to make map (un)packing explicit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user