summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2014-10-16 22:40:33 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2014-10-16 22:40:33 +0100
commit989e22af63fa898cdfa9d96559b55ee7cd99f3ca (patch)
tree2f58ceefeac73a569d9ad5166fa392ba18c16cc8
parent06aa7c4d2e7459b98b841e84b14422bec4208550 (diff)
downloadhakyll-989e22af63fa898cdfa9d96559b55ee7cd99f3ca.tar.gz
hakyll.cabal: allow text-1.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--hakyll.cabal4
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)