diff --git a/test-lib.cabal b/test-lib.cabal
--- a/test-lib.cabal
+++ b/test-lib.cabal
@@ -1,5 +1,5 @@
 name:                test-lib
-version:             0.2.1
+version:             0.2.2
 synopsis:            A library to make a quick test-runner script.
 description:         This library makes it easy to define an executable,
                      which can find and run a bunch of tests for a binary.
@@ -15,7 +15,7 @@
 library
   hs-source-dirs:      src
   exposed-modules:     TestLib
-  build-depends:       base                  >=4.9 && <4.14,
+  build-depends:       base                  >=4.9 && <4.15,
                        directory             >=1.3 && <1.4,
                        filepath              >=1.4 && <1.5,
                        process               >=1.4 && <1.7,
