name: github-webhook-handler-snap
version: 0.0.1
synopsis: GitHub WebHook Handler implementation for Snap
description:
...
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
, case-insensitive
, snap-core
, github-types
, github-webhook-handler
exposed-modules:
GitHub.WebHook.Handler.Snap