-
Notifications
You must be signed in to change notification settings - Fork 10
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
Release 0.4.0.1 #12
Comments
Sorry this is taking so long. I'm a bit at a loss for how to proceed with the release: many dependencies of servant-github-webhook aren't present in lts-6 or in nightly, preventing me from preparing a new release. The blockers right now for nightly is servant and servant-server, which have yet to release a GHC 8.4 compatible version. |
Take your time, it's fine. Are there relevant tickets on the tracker for those deps? |
Hey @donkeybonks, finally 0.4.1.0 is released. I sadly think GHC 7.10 support is off the table though since servant has added new methods to |
OK in that case, I might split up the github-webhook examples into another repo or something and sever the stack link between so that I can set the GHC thresholds seperately. |
servant-github-webhook doesn't seem to be on the latest LTS on stackage, will it be available at some point? Also, what in particular causes issues? I want to use it in my project but not sure if I will run into dependency issues. |
@tsani you around? |
FYI I'm waiting for haskell-github/github#387 to be merged or commented on, I think |
Perhaps someone could give that PR a +1 to help it along? |
@shmish111 My bad for not checking in sooner. I had also found that SGW won't build against the latest stackage nightly, due to the |
great thanks, I'm sure we can get this back in soon. does stackage not send you an email when something starts failing? I've never put anything on stackage so I'm not sure. BTW excellent package, was super easy to get a github webhooks server running. |
Excellent, thanks guys. Let me know if anything is needed on the github-webhooks end. |
@tsani it dropped off stackage again and because github-webhooks deps on it for the examples, that also dropped off. Heh. I’m going to put some time aside to make all this stuff happy happy again. |
Argh 😢 |
If you can get the adjusted dependency bounds for older ghc (#11) released to Stackage that would be really good.
Should it be
0.4.0.1
or0.4.1.0
? Not sure, up to you obviously.The text was updated successfully, but these errors were encountered: