servant-github-webhook icon indicating copy to clipboard operation
servant-github-webhook copied to clipboard

Servant combinators for writing secure GitHub webhooks

Results 5 servant-github-webhook issues
Sort by recently updated
recently updated
newest added

Aand add aeson 2.0 compatibility. This is what I need, being lazy and putting it in the one PR. Happy to make changes or split if this can be merged.

``` servant-github-webhook> /tmp/stack-6e5db10e91215d62/servant-github-webhook-0.4.2.0/src/Servant/GitHub/Webhook.hs:228:52: error: servant-github-webhook> • Couldn't match type: Data.Aeson.KeyMap.KeyMap Value servant-github-webhook> with: HashMap.HashMap k0 Value servant-github-webhook> Expected: HashMap.HashMap k0 Value servant-github-webhook> Actual: AesonType.Object servant-github-webhook> • In the second argument...

I noticed the `Reflect` typeclass is missing instances for the new event types from the `github` library. Missing instances ```diff diff --git a/src/Servant/GitHub/Webhook.hs b/src/Servant/GitHub/Webhook.hs index d3c862a..f7bd93e 100644 --- a/src/Servant/GitHub/Webhook.hs +++...

I can't compile following example with `servant-github-webhook` >= 0.4: https://github.com/onrock-eng/github-webhooks/tree/master/examples/servant `GitHubKey` is specified without the result type there. I can't figure out a good way to do something similar (use...

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` or `0.4.1.0`? Not sure, up to...