summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2014-10-23 00:04:44 +0200
committerJasper Van der Jeugt <jaspervdj@gmail.com>2014-10-23 00:04:44 +0200
commited9e7a12e6adcac894e7d9db66303f66cb2b6219 (patch)
tree2f58ceefeac73a569d9ad5166fa392ba18c16cc8
parent06aa7c4d2e7459b98b841e84b14422bec4208550 (diff)
parent989e22af63fa898cdfa9d96559b55ee7cd99f3ca (diff)
downloadhakyll-ed9e7a12e6adcac894e7d9db66303f66cb2b6219.tar.gz
Merge pull request #305 from trofi/master
hakyll.cabal: allow text-1.2
-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)