Closed ghost closed 5 years ago
In the msgpack specification, prefix of "Float" type is 0xCA, but implementation of msgpack-haskell is 0xCB.
instance Packable Float where from f = fromWord8 0xCB <> fromWord32be (cast f)
http://wiki.msgpack.org/display/MSGPACK/Format+specification#Formatspecification-float
resolved by d6509c0f1cb4e2904fe662bebf198ad76f151746
In the msgpack specification, prefix of "Float" type is 0xCA, but implementation of msgpack-haskell is 0xCB.
http://wiki.msgpack.org/display/MSGPACK/Format+specification#Formatspecification-float