packages feed

Cabal revisions of github-webhook-handler-snap-0.0.7

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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-+name: github-webhook-handler-snap
+version: 0.0.7
+x-revision: 1
+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.11,
+        bytestring,
+        case-insensitive,
+        snap-core,
+        uuid,
+        github-types,
+        github-webhook-handler
+    default-language: Haskell2010
+    hs-source-dirs: src
+    ghc-options: -Wall
+