diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
 Changes
 =======
 
+Version 0.11.0.3
+----------------
+
+Switch from `regex-tdfa-rc` to `regex-tdfa`, which got a new maintainer.
+
 Version 0.11.0.2
 ----------------
 
diff --git a/tasty.cabal b/tasty.cabal
--- a/tasty.cabal
+++ b/tasty.cabal
@@ -2,7 +2,7 @@
 --  see http://haskell.org/cabal/users-guide/
 
 name:                tasty
-version:             0.11.0.2
+version:             0.11.0.3
 synopsis:            Modern and extensible testing framework
 description:         Tasty is a modern testing framework for Haskell.
                      It lets you combine your unit tests, golden
@@ -53,7 +53,7 @@
     containers,
     mtl,
     tagged >= 0.5,
-    regex-tdfa-rc >= 1.1.8.2,
+    regex-tdfa >= 1.1.8.2,
     optparse-applicative >= 0.11,
     deepseq >= 1.3,
     unbounded-delays >= 0.1,
