diff --git a/debug-tracy.cabal b/debug-tracy.cabal
--- a/debug-tracy.cabal
+++ b/debug-tracy.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                debug-tracy
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            More useful trace functions for investigating bugs
 description:         A collection of things for debugging, (to prevent me from writing them again)
 license:             BSD3
@@ -23,7 +23,7 @@
   exposed-modules:     Debug.Tracy
   -- other-modules:
   -- other-extensions:
-  build-depends:       base >=4.9 && <4.10
+  build-depends:       base >=4.9 && <4.11
                      , random
                      , transformers
   hs-source-dirs:      src
