diff options
-rw-r--r-- | hakyll.cabal | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 5ac7ba6..17707a8 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -142,8 +142,8 @@ Library Build-Depends: base >= 4 && < 5, binary >= 0.5 && < 0.8, - blaze-html >= 0.5 && < 0.7, - blaze-markup >= 0.5.1 && < 0.6, + blaze-html >= 0.5 && < 0.8, + blaze-markup >= 0.5.1 && < 0.7, bytestring >= 0.9 && < 0.11, cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, @@ -158,7 +158,7 @@ Library old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, pandoc >= 1.12 && < 1.13, - pandoc-citeproc >= 0.1 && < 0.3, + pandoc-citeproc >= 0.1 && < 0.4, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3, random >= 1.0 && < 1.1, @@ -221,15 +221,15 @@ Test-suite hakyll-tests Build-Depends: HUnit >= 1.2 && < 1.3, - QuickCheck >= 2.4 && < 2.7, + QuickCheck >= 2.4 && < 2.8, test-framework >= 0.4 && < 0.9, test-framework-hunit >= 0.3 && < 0.4, test-framework-quickcheck2 >= 0.3 && < 0.4, -- Copy pasted from hakyll dependencies: base >= 4 && < 5, binary >= 0.5 && < 0.8, - blaze-html >= 0.5 && < 0.7, - blaze-markup >= 0.5.1 && < 0.6, + blaze-html >= 0.5 && < 0.8, + blaze-markup >= 0.5.1 && < 0.7, bytestring >= 0.9 && < 0.11, cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, @@ -244,7 +244,7 @@ Test-suite hakyll-tests old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, pandoc >= 1.12 && < 1.13, - pandoc-citeproc >= 0.1 && < 0.3, + pandoc-citeproc >= 0.1 && < 0.4, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.3, random >= 1.0 && < 1.1, |