github-webhook-handler 0.0.7 → 0.0.8
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~github-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, github-types
API changes (from Hackage documentation)
Files
github-webhook-handler.cabal view
@@ -1,5 +1,5 @@ name: github-webhook-handler-version: 0.0.7+version: 0.0.8 synopsis: GitHub WebHook Handler description:@@ -29,7 +29,7 @@ ghc-options: -Wall build-depends:- base >=4 && <4.9+ base >=4 && <4.10 , bytestring , github-types >=0.2 && <1 , transformers