diff --git a/uuid-types.cabal b/uuid-types.cabal
--- a/uuid-types.cabal
+++ b/uuid-types.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               uuid-types
-version:            1.0.6
+version:            1.0.6.1
 copyright:
   (c) 2017-2018 Herbert Valerio Riedel
   (c) 2008-2014 Antoine Latter
@@ -18,9 +18,11 @@
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.5
-   || ==9.8.2
+   || ==9.6.6
+   || ==9.8.4
    || ==9.10.1
+   || ==9.12.4
+   || ==9.14.1
 
 synopsis:           Type definitions for Universally Unique Identifiers
 description:
@@ -48,9 +50,9 @@
     , binary            >=0.8.6.0  && <0.9
     , bytestring        >=0.10.8.2 && <0.13
     , deepseq           >=1.4.4.0  && <1.6
-    , hashable          >=1.4.4.0  && <1.5
-    , random            >=1.2.1.2  && <1.3
-    , template-haskell  >=2.14.0.0 && <2.23
+    , hashable          >=1.4.4.0  && <1.6
+    , random            >=1.2.1.2  && <1.4
+    , template-haskell  >=2.14.0.0 && <2.25
     , text              >=1.2.3.0  && <1.3  || >=2.0 && <2.2
 
   exposed-modules:  Data.UUID.Types
@@ -68,7 +70,7 @@
   ghc-options:      -Wall
   hs-source-dirs:   src
 
-test-suite testuuid
+test-suite test-uuid-types
   type:             exitcode-stdio-1.0
   main-is:          TestUUID.hs
   hs-source-dirs:   tests
@@ -81,15 +83,14 @@
       base
     , binary
     , bytestring
-    , template-haskell
     , uuid-types
 
   -- deps w/o inherited constraints
   build-depends:
-      QuickCheck        >=2.14.2  && <2.15
+      QuickCheck        >=2.14.2  && <2.19
     , tasty             >=1.4.0.1 && <1.6
     , tasty-hunit       >=0.10    && <0.11
-    , tasty-quickcheck  >=0.10    && <0.11
+    , tasty-quickcheck  >=0.10    && <0.12
 
   if !impl(ghc >=8.4)
     build-depends: ghc-byteorder >=4.11 && <4.12
