diff options
-rw-r--r-- | hakyll.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 648b42e..a00fe42 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -167,7 +167,7 @@ Library 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 @@ Test-suite hakyll-tests 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) |