name: github-webhook-handler
version: 0.0.1
synopsis: GitHub WebHook Handler
description:
Generic definition of a GitHub Webhook Handler. Specialized version for Snap
can be found in the 'github-webhook-handler-snap' package.
license: MIT
license-file: LICENSE
author: Tomas Carnecky
maintainer: tomas.carnecky@gmail.com
category: GitHub
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >=4.8 && <4.9
, bytestring
, github-types
, transformers
, aeson
, text
, vector
, cryptohash
exposed-modules:
GitHub.WebHook.Handler