diff --git a/yaml-config.cabal b/yaml-config.cabal
--- a/yaml-config.cabal
+++ b/yaml-config.cabal
@@ -1,5 +1,5 @@
 Name:               yaml-config
-Version:            0.2.0
+Version:            0.2.1
 Synopsis:           Configuration management
 Description:        Configuration management
 License:            MIT
@@ -21,7 +21,7 @@
   Build-depends:    base                       == 4.6.* || == 4.5.*
                   , deepseq                    == 1.3.*
                   , unordered-containers       == 0.2.*
-                  , text                       == 0.11.*
+                  , text                       == 1.0.* || == 0.11.*
                   , yaml                       == 0.8.*
                   , failure                    == 0.2.*
 
@@ -37,12 +37,12 @@
   Build-depends:    base                       == 4.6.* || == 4.5.*
                   , deepseq                    == 1.3.*
                   , unordered-containers       == 0.2.*
-                  , text                       == 0.11.*
+                  , text                       == 1.0.* || == 0.11.*
                   , yaml                       == 0.8.*
                   , failure                    == 0.2.*
-                  , hashable                   == 1.2.*
 
-                  , tasty                      == 0.3.*
+                  , hashable                   == 1.2.*
+                  , tasty                      == 0.6.*
                   , tasty-quickcheck           == 0.3.*
                   , QuickCheck                 == 2.6.*
 
