diff --git a/increments.cabal b/increments.cabal
--- a/increments.cabal
+++ b/increments.cabal
@@ -2,7 +2,7 @@
 --  see http://haskell.org/cabal/users-guide/
 
 name:                increments
-version:             0.1.0.2
+version:             0.1.0.4
 synopsis:            type classes for incremental updates to data
 description:         incremental updates to large data structures
 license:             BSD3
@@ -19,7 +19,7 @@
                       ,Data.Increments.Containers
                       ,Data.Increments.Internal
 
-  build-depends:       base >=4.5 && < 4.8
+  build-depends:       base >=4.5 && < 4.9
                       ,ghc-prim >=0.2
                       ,beamable >= 0 && < 0.2
                       ,bytestring >= 0.9
@@ -38,7 +38,7 @@
   Build-depends:
     test-framework              >= 0.4 && < 0.9,
     test-framework-quickcheck2  >= 0.2 && < 0.4,
-    QuickCheck                  >= 2.4 && < 2.6,
+    QuickCheck                  >= 2.4 && < 2.8,
 
     base,
     ghc-prim,
@@ -47,3 +47,6 @@
     containers
   hs-source-dirs:      src
 
+source-repository head
+  type:                git
+  location:            git://github.com/JohnLato/increments.git
