TokTok / hs-msgpack-binary

Haskell implementation of MessagePack / msgpack.org
http://msgpack.org/
Other
16 stars 10 forks source link

Add MessagePack instances for types without constructors #10

Closed Martoon-00 closed 7 years ago

iphydf commented 7 years ago

Adding void to the dependencies should fix the build failure.

iphydf commented 7 years ago

Thanks, looks good. Can you rebase on master?

iphydf commented 7 years ago
git fetch upstream # assuming toktok/hs-msgpack is your upstream remote
git rebase upstream/master
Martoon-00 commented 7 years ago

Ah, got it. Done

Martoon-00 commented 7 years ago

Thanks a lot for your patience )