diff --git a/hakyll.cabal b/hakyll.cabal
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
 Name:    hakyll
-Version: 4.5.5.0
+Version: 4.5.5.1
 
 Synopsis: A static website compiler library
 Description:
@@ -167,7 +167,7 @@
     regex-base      >= 0.93   && < 0.94,
     regex-tdfa      >= 1.1    && < 1.3,
     tagsoup         >= 0.13.1 && < 0.14,
-    text            >= 0.11   && < 1.2,
+    text            >= 0.11   && < 1.3,
     time            >= 1.1    && < 1.5
 
   If flag(previewServer)
@@ -254,7 +254,7 @@
     regex-base      >= 0.93   && < 0.94,
     regex-tdfa      >= 1.1    && < 1.3,
     tagsoup         >= 0.13.1 && < 0.14,
-    text            >= 0.11   && < 1.2,
+    text            >= 0.11   && < 1.3,
     time            >= 1.1    && < 1.5
 
   If flag(previewServer)
