diff --git a/snap-extras.cabal b/snap-extras.cabal
--- a/snap-extras.cabal
+++ b/snap-extras.cabal
@@ -1,5 +1,5 @@
 Name:                snap-extras
-Version:             0.11.0.1
+Version:             0.11.0.2
 Synopsis:            A collection of useful helpers and utilities for Snap web applications.
 Description:         This package contains a collection of helper functions
                      that come in handy in most practical, real-world
@@ -46,7 +46,7 @@
 
   hs-source-dirs: src
   Build-depends:
-      aeson                    >= 0.6   && < 0.9
+      aeson                    >= 0.6   && < 0.11
     , base                     >= 4     && < 5
     , blaze-builder            >= 0.3   && < 0.5
     , blaze-html               >= 0.6   && < 0.9
@@ -122,3 +122,8 @@
    , tasty-hunit
    , tasty-quickcheck
    , QuickCheck
+
+source-repository head
+  type:     git
+  location: https://github.com/ozataman/snap-extras.git
+
