mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 10:49:59 +00:00
haskell: add ObjectFloat to send floats, and Assoc to make map (un)packing explicit
This commit is contained in:
parent
9e096a3f0e
commit
d439b1495b
7 changed files with 88 additions and 23 deletions
|
|
@ -13,6 +13,7 @@
|
|||
--------------------------------------------------------------------
|
||||
|
||||
module Data.MessagePack(
|
||||
module Data.MessagePack.Assoc,
|
||||
module Data.MessagePack.Pack,
|
||||
module Data.MessagePack.Unpack,
|
||||
module Data.MessagePack.Object,
|
||||
|
|
@ -44,6 +45,7 @@ import qualified Data.ByteString.Lazy as L
|
|||
import qualified Data.Iteratee as I
|
||||
import System.IO
|
||||
|
||||
import Data.MessagePack.Assoc
|
||||
import Data.MessagePack.Pack
|
||||
import Data.MessagePack.Unpack
|
||||
import Data.MessagePack.Object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue