haskell / ghc-events

Library and tool for parsing .eventlog files from GHC
http://www.haskell.org/haskellwiki/ThreadScope
Other
33 stars 34 forks source link

Bump binary upper version bounds #15

Closed RyanGlScott closed 7 years ago

RyanGlScott commented 7 years ago

ghc-events is currently excluded from Stackage due to its restrictive upper version bounds on binary, as GHC 8.0.1 is shipped with binary-0.8.3.0.

Mikolaj commented 7 years ago

Thank you for the PR. Merged to master. Do we need to tag a release or upload to Hackage now or anything else, to make Stackage happy?

RyanGlScott commented 7 years ago

The most recent version on Hackage would need to have its upper version bounds on binary lifted. Whether you wish to do this via a new release or by editing the current release's metadata is up to you.

Mikolaj commented 7 years ago

@kvelicka: would you make the call?

kvelicka commented 7 years ago

I think that editing the current release's metadata would be the better choice at this point. There is still work to be done to get 0.5 to a release-worthy state and I will only be able to contribute to it later on - currently moving cities, starting a new job etc.

Mikolaj commented 7 years ago

So be it. :) @RyanGlScott: would you be so kind? Thank you!

RyanGlScott commented 7 years ago

I'm not a Hackage trustee, so I don't have the power to do that. You should be able to edit the metadata yourself by going to the Hackage page for ghc-events and clicking "edit package information".

Mikolaj commented 7 years ago

Oh, you are right. I've done it right now. Please verify. Thank you again!

RyanGlScott commented 7 years ago

It works! ghc-events is now back in Stackage nightly.