ThreadScope
ThreadScope copied to clipboard
Too strict version bounds on ghc-events
ThreadScope restricts ghc-events to >=0.13 && <0.16, but also compiles with >= 0.16. This should be relaxed, so installing from hackage is possible again.
Tested today, it also works with ghc-events 0.18
I see the bound now is >=0.13 && <0.18. I can revise the bound on Hackage. @maoe: does it sound like a good idea?
If there are no objections in a couple of days I'm going to do this.
@Mikolaj Sorry for the delay. I don't have much time to spend for OSS projects recently. Could you or anyone who has permissions please take care of issues/PRs?
@maoe: no worries, I will have a quick look occasionally here and in ghc-events until you return.
@maralorn: I've revised the ghc-events bound on Hackage. I see #129 even bumps it one notch further, but CI fails, so it needs help. Does Hackage work for you now?
@Mikolaj It looks alright now. Thank you.
Good to know. Cheers!