summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2018-09-13 16:32:34 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2018-09-13 16:32:34 +0200
commitda52a2aabfdbc83693574b192ed75c252d12b972 (patch)
treeb2fba4de6bdda27fd39598757a21318fb7a4b827 /hakyll.cabal
parentab16db042a0484e724183e928de80fdb122b1a2c (diff)
downloadhakyll-da52a2aabfdbc83693574b192ed75c252d12b972.tar.gz
Bump version to 4.12.4.0
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 8991794..d818e75 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.12.3.0
+Version: 4.12.4.0
Synopsis: A static website compiler library
Description:
@@ -187,9 +187,9 @@ Library
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,
- yaml >= 0.8.11 && < 0.10,
+ yaml >= 0.8.11 && < 0.11,
optparse-applicative >= 0.12 && < 0.15,
- file-embed >= 0.0.10.1 && < 0.0.11
+ file-embed >= 0.0.10.1 && < 0.0.12
If flag(previewServer)
Build-depends:
@@ -259,7 +259,7 @@ Test-suite hakyll-tests
Build-Depends:
hakyll,
- QuickCheck >= 2.8 && < 2.12,
+ QuickCheck >= 2.8 && < 2.13,
tasty >= 0.11 && < 1.2,
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.11,
@@ -270,7 +270,7 @@ Test-suite hakyll-tests
filepath >= 1.0 && < 1.5,
text >= 0.11 && < 1.3,
unordered-containers >= 0.2 && < 0.3,
- yaml >= 0.8.11 && < 0.10
+ yaml >= 0.8.11 && < 0.11
If flag(previewServer)
Cpp-options: