msgpack / msgpack-haskell

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

msgpack-0.7 with relaxed upper bounds #57

Closed nh2 closed 5 years ago

nh2 commented 9 years ago

Hi,

I saw that you released msgpack-1.0 - congrats!

However, the changes are quite a lot (e.g. switching to binary).

Would you mind making another point release in the 0.7 series that allows higher upper bounds on some standard packages like text,attoparsec,template-haskell?

Currently I have to use --allow-newer to use it, see e.g. here: https://travis-ci.org/nh2/call-haskell-from-anything/jobs/61278874#L184

Thanks!

hvr commented 5 years ago

Is this still desired?

nh2 commented 5 years ago

One moment, I will check

nh2 commented 5 years ago

It looks like I have switched my use cases from https://hackage.haskell.org/package/msgpack to https://hackage.haskell.org/package/data-msgpack since (the latter was made "since the original author is unreachable").

So I personally would no longer need this, given that the other package also claims "This fork incorporates a number of bugfixes and is actively being developed".

hvr commented 5 years ago

Fair enough; just for the record, effective immediately this library is maintained again :-)

nh2 commented 5 years ago

@hvr OK, good to know!

Have you already had a chance to look at the differences the fork has made so far, maybe some of them are useful to pick back up?

hvr commented 5 years ago

I skimmed the fork and I think most of the functional non-refactoring changes were already submitted as PRs to this repo (and have been merged). I'll take a closer look at some point in the future to see if there's anything else I'd like to steal back... :-)