diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2014-01-19 13:33:19 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2014-01-19 13:34:01 +0100 |
commit | 2558ae004a4296a6ff67c9bf1ff6fb9200c9a232 (patch) | |
tree | e34c3d31c25b25a4685de592375d5afb5d7155ae | |
parent | 070f2c48e646efbaef36b8044a9bcbd3861e2dcb (diff) | |
download | hakyll-2558ae004a4296a6ff67c9bf1ff6fb9200c9a232.tar.gz |
Bump text dependency
-rw-r--r-- | hakyll.cabal | 6 |
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) |