packages feed

github-webhook-handler-snap-0.0.3: github-webhook-handler-snap.cabal

name:                github-webhook-handler-snap
version:             0.0.3

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


source-repository head
  type:     git
  location: git://github.com/wereHamster/github-webhook-handler-snap.git


library
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall

  build-depends:
     base >=4 && <4.9
   , bytestring
   , case-insensitive
   , snap-core
   , uuid
   , github-types
   , github-webhook-handler >=0.0.3 && <1

  exposed-modules:
     GitHub.WebHook.Handler.Snap