Closed hvr closed 9 years ago
@batterseapower has been AWOL for some time. I think we should just fork this package.
@23Skidoo afaik, @ekmett is trying to reach out to @batterseapower to ask to take over ansi-wl-pprint
@hvr IIRC he couldn't be reached when test-framework
was forked.
no he could be reached, it just took a bit. it was forked anyway.
I dont think we need fork it. Nor should we without further discussion from batterseapower
This patch looks pretty reasonable. Would this be a patch level release?
@cartazio yes, it would be a patch-level rls (i.e. 0.6.7.2) ... but to add to the confusion, Hackage seems to carry a newer version (0.6.7.1) than is available in this repository (0.6.7)... :-(
PS: actually, 0.6.7.1 is available in this repo, but only accessible via the v0.6.7.1 tag, but not via any branch.
Ewww. So we need to diff Hackage vs master before so we can make sure were not reintroducing bugs. On Mar 17, 2015 9:15 AM, "Herbert Valerio Riedel" notifications@github.com wrote:
@cartazio https://github.com/cartazio yes, it would... but to add to the confusion, Hackage seems to have a newer version (0.6.7.1) than is available in this repository (0.6.7)... :-(
— Reply to this email directly or view it on GitHub https://github.com/batterseapower/ansi-wl-pprint/pull/11#issuecomment-82340090 .
I checked, its just the version number.
@ddssff if I look at http://hdiff.luite.com/cgit/ansi-wl-pprint/commit?id=0.6.7.1 the delta is a bit more
in any case, I'll rebase this PR on top of 96cb3469a87b60d6465c160fb24375bcbdf59507 RSN
update: nevermind, you're were right... this is just too confusing ;-)
It would be great to get these changes into hackage.
As over 2w have passed w/o any lifesign from @batterseapower I've gone ahead and uploaded http://hackage.haskell.org/package/ansi-wl-pprint-0.6.7.2
I'll leave this PR open so it can be merged at some point in the future
So this PR is still unmerged, and I have another small fix incoming. Can we now fork the package? I'm willing to maintain.
:+1:
We should follow the takeover process of course, but given history we can err on the short waiting period side.
@23Skidoo Fyi, @ekmett is already registered as http://hackage.haskell.org/package/ansi-wl-pprint/maintainers/ and he's already forked the repo over at https://github.com/ekmett/ansi-wl-pprint
So all is already in place, @ekmett just needs to act on it :-)
PS: I've just filed https://github.com/ekmett/ansi-wl-pprint/pull/1
Merged there.
@gbaz I already went through the process back in March.
With http://hackage.haskell.org/package/ansi-wl-pprint-0.6.7.3 I consider this PR completed
Nice. Thanks, @ekmett!
Without this, the following compile failure occurs
as
<$>
is re-exported fromPrelude
starting with base-4.8