Why is there a magic transformation of Ints to Words in putInt: https://github.com/TokTok/hs-msgpack-binary/blob/master/src/Data/MessagePack/Put.hs#L75
This is not according to spec and means data serialized with putInt can't be deserialized with getInt.