summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-02-09 11:25:35 -0500
committerJasper Van der Jeugt <m@jaspervdj.be>2017-02-09 11:25:35 -0500
commitc77c0ec84bf07b3dc77bd31b59cf0a7fe5c3b842 (patch)
treeb61bea46061cd96c15bb9a7c37feace018598f60 /hakyll.cabal
parent08b76a764eb824c10a2be79dd0de1c49f6dd25c9 (diff)
downloadhakyll-c77c0ec84bf07b3dc77bd31b59cf0a7fe5c3b842.tar.gz
Dependency version bumps
- Bump blaze-html to 0.9 - Bump blaze-markup to 0.8 - Bump process to 1.5
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 0a7b860..cd0957a 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -155,8 +155,8 @@ Library
Build-Depends:
base >= 4.8 && < 5,
binary >= 0.5 && < 0.9,
- blaze-html >= 0.5 && < 0.9,
- blaze-markup >= 0.5.1 && < 0.8,
+ blaze-html >= 0.5 && < 0.10,
+ blaze-markup >= 0.5.1 && < 0.9,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
@@ -171,7 +171,7 @@ Library
pandoc >= 1.14 && < 1.20,
pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
- process >= 1.0 && < 1.5,
+ process >= 1.0 && < 1.6,
random >= 1.0 && < 1.2,
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.3,
@@ -248,8 +248,8 @@ Test-suite hakyll-tests
-- Copy pasted from hakyll dependencies:
base >= 4.8 && < 5,
binary >= 0.5 && < 0.9,
- blaze-html >= 0.5 && < 0.9,
- blaze-markup >= 0.5.1 && < 0.8,
+ blaze-html >= 0.5 && < 0.10,
+ blaze-markup >= 0.5.1 && < 0.9,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
cryptohash >= 0.7 && < 0.12,
@@ -264,7 +264,7 @@ Test-suite hakyll-tests
pandoc >= 1.14 && < 1.20,
pandoc-citeproc >= 0.4 && < 0.11,
parsec >= 3.0 && < 3.2,
- process >= 1.0 && < 1.5,
+ process >= 1.0 && < 1.6,
random >= 1.0 && < 1.2,
regex-base >= 0.93 && < 0.94,
regex-tdfa >= 1.1 && < 1.3,