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.2.0.0
+version:             0.2.0.1
 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.6 && < 5
                      , OneTuple >= 0.2 && < 0.3
-                     , HList    >= 0.3 && < 0.4
+                     , HList    >= 0.3 && < 0.5
   hs-source-dirs:      src
 
 source-repository head
