diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -23,10 +23,6 @@
 	cabal haddock
 	cabal check
 
-.PHONY: upload
-upload: check
-	cabal upload
-
 .PHONY: clean
 clean:
 	cabal clean
diff --git a/tuple-hlist.cabal b/tuple-hlist.cabal
--- a/tuple-hlist.cabal
+++ b/tuple-hlist.cabal
@@ -1,5 +1,5 @@
 name:                tuple-hlist
-version:             0.1.0.6
+version:             0.1.0.7
 synopsis:            Functions to convert between tuples and HLists.
 description:         Functions to convert between tuples and HLists, overloaded on tuple size.
 homepage:            http://github.com/dudebout/tuple-hlist
@@ -21,7 +21,7 @@
   exposed-modules:     Data.Tuple.HList
   build-depends:       base     >= 4.5 && < 5
                      , OneTuple >= 0.2 && < 0.3
-                     , HList    >= 0.2 && < 0.3
+                     , HList    >= 0.2 && < 0.4
   hs-source-dirs:      src
 
 source-repository head
