You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release version 0.4.1.0
This version is compatible with the latest GHC, and with GHC 7.10.
(Building with older GHC does require some `stack.yaml` fiddling for dependencies.)
See the changelog for more details.
Release version 0.3
From the changelog:
* Pass reflected key index to the handler function for GitHubSignedReqBody.
This allows for more generic handler functions, as they can determine
programmatically which repository they are responding to.
Release version 0.2
From the changelog:
* Generalize `GitHubSignedReqBody` combinator to `GitHubSignedReqBody''` to
allow for configuring multiple signing keys, on a per-route basis.
* Make `GitHubKey` take a function instead of simply an `IO` action.
* Reexport `KProxy`, to make writing `Demote'` instances easier.