diff --git a/type-list.cabal b/type-list.cabal
--- a/type-list.cabal
+++ b/type-list.cabal
@@ -1,5 +1,5 @@
 name:                type-list
-version:             0.3.0.4
+version:             0.5.0.0
 synopsis:            Operations on type-level lists and tuples.
 description:         Operations on type-level lists and tuples, together with their curried versions.
 license:             BSD3
@@ -13,7 +13,7 @@
 tested-with:         GHC == 7.8.4
                    , GHC == 7.10.1
                    , GHC == 7.10.2
-				   , GHC == 8.0.1
+				           , GHC == 8.0.1
 cabal-version:       >=1.10
 source-repository    head
     type: git
@@ -26,8 +26,8 @@
 
 library
   exposed-modules:     Data.Type.List
-  build-depends:       base >=4.7 && < 5
-                      ,singletons >= 1.0 && < 2.2
+  build-depends:       base >=4.7 && < 6
+                      ,singletons >= 1.0 && < 2.3
   hs-source-dirs:      src
   default-language:    Haskell2010
   ghc-options:         -Wall 
