msgpack / msgpack-haskell

Haskell implementation of MessagePack / msgpack.org[Haskell]
http://hackage.haskell.org/package/msgpack
138 stars 80 forks source link

Remove Upper Bounds #30

Closed TomMD closed 11 years ago

TomMD commented 12 years ago

Template-haskell, bytestring, and vector all have newer versions that work fine, but users of these newer versions have headaches when trying to use msgpack. This is a great example of why upper-bounds do more harm than good.

tanakh commented 11 years ago

I agree your oppinion personaly, but It is a not general solution in Haskell community yet. I will want to change to so when time to come. Thank you!