summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-06-19 11:47:27 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2017-06-19 11:52:35 +0200
commit2df3209bafa08e6b77ee4a8598fc503269513527 (patch)
tree14a1deebe65e9726bd4386e91285ba31d02e58ab /hakyll.cabal
parentfec3eb0f15a10109336705157760f1280fb363a5 (diff)
downloadhakyll-2df3209bafa08e6b77ee4a8598fc503269513527.tar.gz
Bump dependencies
- Bump pandoc-citeproc to 0.10.5 - Bump optparse-applicative to 0.14 - Bump QuickCheck to 2.10 - Bump tasty-quickcheck to 0.9
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 43e806a..bc86b84 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -169,7 +169,7 @@ Library
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
pandoc >= 1.14 && < 1.20,
- pandoc-citeproc >= 0.4 && < 0.10.5,
+ pandoc-citeproc >= 0.10.5 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.6,
random >= 1.0 && < 1.2,
@@ -184,7 +184,7 @@ Library
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,
yaml >= 0.8.11 && < 0.9,
- optparse-applicative >= 0.12 && < 0.14
+ optparse-applicative >= 0.12 && < 0.15
If flag(previewServer)
Build-depends:
@@ -224,10 +224,10 @@ Test-suite hakyll-tests
Build-Depends:
hakyll,
- QuickCheck >= 2.8 && < 2.10,
+ QuickCheck >= 2.8 && < 2.11,
tasty >= 0.11 && < 0.12,
tasty-hunit >= 0.9 && < 0.10,
- tasty-quickcheck >= 0.8 && < 0.9,
+ tasty-quickcheck >= 0.8 && < 0.10,
-- Copy pasted from hakyll dependencies:
base >= 4.8 && < 5,
binary >= 0.5 && < 0.9,
@@ -245,7 +245,7 @@ Test-suite hakyll-tests
network >= 2.6 && < 2.7,
network-uri >= 2.6 && < 2.7,
pandoc >= 1.14 && < 1.20,
- pandoc-citeproc >= 0.4 && < 0.11,
+ pandoc-citeproc >= 0.10.5 && < 0.11,
parsec >= 3.0 && < 3.2,
process >= 1.0 && < 1.6,
random >= 1.0 && < 1.2,
@@ -260,7 +260,7 @@ Test-suite hakyll-tests
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,
yaml >= 0.8.11 && < 0.9,
- optparse-applicative >= 0.12 && < 0.14
+ optparse-applicative >= 0.12 && < 0.15
If flag(previewServer)
Build-depends: