-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload new version to hackage #20
Comments
Ping to the maintainer |
Ping again^ @Kleidukos |
@NorfairKing Same way as always: https://wiki.haskell.org/Taking_over_a_package |
@supki Would you be up for sharing maintenance? |
👋 Hi there, it's been so long that I completely forgot that I motivated the switch from For what it's worth, I just implemented a workaround in kept :: Parser e a -> Parser e a
kept = Parser . hoistAlt (\v -> v { varfKeep = True }) . unParser This lets you decide from the outside to remove this behavior: - parse id $ (,)
+ parse id $ kept $ (,)
<$> var str "FOO" mempty
<*> var str "BAR" mempty I even re-opened my fork and started to implement it here to PR and was super confused when Anyway, this radio silence could be enough to formally go with the override procedure,
An argument could be made that we're already at (4), but we could also start at step (2) with a haskell-cafe email. @NorfairKing are you interested in proceeding on this, or (if you no one objects), I can. |
Hey, very sorry for completely forgetting about this project even existing. (We don't use Hackage as $WORK so we weren't really hit by the lack of maintenance). I'll make a release later today once I get to my PC. I'm open to sharing the maintenance btw, hopefully there isn't too much work anyway. |
0.5.0 is now on Hackage 👏 👏 only took 4 years |
Awesome!! |
I just got bitten by #9 and had to point to master to fix my issue. Could you please upload a new version?
The text was updated successfully, but these errors were encountered: