summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hakyll.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 293868b..c8f836d 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.4.3.0
+Version: 4.4.3.1
Synopsis: A static website compiler library
Description:
@@ -166,7 +166,7 @@ Library
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.2,
tagsoup >= 0.12.6 && < 0.14,
- text >= 0.11 && < 1.1,
+ text >= 0.11 && < 1.2,
time >= 1.1 && < 1.5
If flag(previewServer)
@@ -252,7 +252,7 @@ Test-suite hakyll-tests
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.2,
tagsoup >= 0.12.6 && < 0.14,
- text >= 0.11 && < 1.1,
+ text >= 0.11 && < 1.2,
time >= 1.1 && < 1.5
If flag(previewServer)