diff --git a/haskell-tools-daemon.cabal b/haskell-tools-daemon.cabal
--- a/haskell-tools-daemon.cabal
+++ b/haskell-tools-daemon.cabal
@@ -1,5 +1,5 @@
 name:                haskell-tools-daemon
-version:             1.0.0.3
+version:             1.0.0.4
 synopsis:            Background process for Haskell-tools that editors can connect to.
 description:         Background process for Haskell-tools that provides a way to use the tools on a
                      whole project. It also makes it possible to use the tools on the project in a
@@ -149,7 +149,7 @@
   build-depends:       base                      >= 4.10  && < 4.11
                      , HUnit                     >= 1.5  && < 1.7
                      , ghc                       >= 8.2  && < 8.3
-                     , tasty                     >= 0.11 && < 0.13
+                     , tasty                     >= 0.11 && < 1.1
                      , tasty-hunit               >= 0.9 && < 0.11
                      , directory                 >= 1.2  && < 1.4
                      , process                   >= 1.6  && < 1.7
