diff --git a/github-webhook-handler-snap.cabal b/github-webhook-handler-snap.cabal
--- a/github-webhook-handler-snap.cabal
+++ b/github-webhook-handler-snap.cabal
@@ -1,40 +1,32 @@
-name:                github-webhook-handler-snap
-version:             0.0.6
-
-synopsis:            GitHub WebHook Handler implementation for Snap
+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:
-  ...
-
-license:             MIT
-license-file:        LICENSE
-
-author:              Tomas Carnecky
-maintainer:          tomas.carnecky@gmail.com
-
-category:            GitHub
-
-build-type:          Simple
-cabal-version:       >=1.10
-
+    ...
+category: GitHub
+author: Tomas Carnecky
 
 source-repository head
-  type:     git
-  location: git://github.com/wereHamster/github-webhook-handler-snap.git
-
+    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 >=0.2 && <1
-   , github-webhook-handler >=0.0.6 && <1
+    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
 
-  exposed-modules:
-     GitHub.WebHook.Handler.Snap
