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.1
+Version:            0.2.2
 Synopsis:           Configuration management
 Description:        Configuration management
 License:            MIT
@@ -18,10 +18,10 @@
   Hs-source-dirs:   src
   Default-language: Haskell2010
   Ghc-options:      -Wall -fno-warn-orphans
-  Build-depends:    base                       == 4.6.* || == 4.5.*
+  Build-depends:    base                       == 4.7.* || == 4.6.* || == 4.5.*
                   , deepseq                    == 1.3.*
                   , unordered-containers       == 0.2.*
-                  , text                       == 1.0.* || == 0.11.*
+                  , text                       == 1.1.* || == 1.0.* || == 0.11.*
                   , yaml                       == 0.8.*
                   , failure                    == 0.2.*
 
@@ -34,16 +34,16 @@
   Default-language: Haskell2010
   Type:             exitcode-stdio-1.0
 
-  Build-depends:    base                       == 4.6.* || == 4.5.*
+  Build-depends:    base                       == 4.7.* || == 4.6.* || == 4.5.*
                   , deepseq                    == 1.3.*
                   , unordered-containers       == 0.2.*
-                  , text                       == 1.0.* || == 0.11.*
+                  , text                       == 1.1.* || == 1.0.* || == 0.11.*
                   , yaml                       == 0.8.*
                   , failure                    == 0.2.*
 
                   , hashable                   == 1.2.*
-                  , tasty                      == 0.6.*
-                  , tasty-quickcheck           == 0.3.*
+                  , tasty                      == 0.8.*
+                  , tasty-quickcheck           == 0.8.*
                   , QuickCheck                 == 2.6.*
 
 Source-repository head
