diff --git a/tasty-expected-failure.cabal b/tasty-expected-failure.cabal
--- a/tasty-expected-failure.cabal
+++ b/tasty-expected-failure.cabal
@@ -1,5 +1,5 @@
 name:                tasty-expected-failure
-version:             0.11
+version:             0.11.0.1
 synopsis:            Mark tasty tests as failure expected
 description:
  With the function 'Test.Tasty.ExpectedFailure.expectFail' in the provided module
@@ -34,7 +34,7 @@
     Test.Tasty.ExpectedFailure
   build-depends:
     base >= 4.5 && <4.9,
-    tagged >= 0.7 && < 0.8,
+    tagged >= 0.7 && < 0.9,
     tasty >= 0.11
   default-language:    Haskell2010
 
