name: github-webhook-handler-snap version: 0.0.7 cabal-version: >=1.10 build-type: Simple license: MIT license-file: LICENSE maintainer: tomas.carnecky@gmail.com synopsis: GitHub WebHook Handler implementation for Snap description: ... category: GitHub author: Tomas Carnecky source-repository head type: git location: git://github.com/wereHamster/github-webhook-handler-snap.git library exposed-modules: GitHub.WebHook.Handler.Snap build-depends: base >=4 && <4.10, bytestring >=0.10.8.1 && <0.11, case-insensitive >=1.2.0.7 && <1.3, snap-core >=1.0.0.0 && <1.1, uuid >=1.3.12 && <1.4, github-types >=0.2 && <1, github-webhook-handler >=0.0.7 && <1 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall