From fa44f2639c8a4ba78c5d065f9c91c5bf7b34968b Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Tue, 13 Mar 2018 20:19:13 -0400 Subject: Bump dependencies - Bump pandoc-citeproc to 0.14 - Bump resourcet to 1.2 - Bump time to 1.9 - Bump http-types to 0.12 - Bump http-conduit to 2.3 - Bump tasty-quickcheck to 0.10 --- hakyll.cabal | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'hakyll.cabal') diff --git a/hakyll.cabal b/hakyll.cabal index 4413957..a195eea 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -176,17 +176,17 @@ Library network >= 2.6 && < 2.7, network-uri >= 2.6 && < 2.7, pandoc >= 2.0.5 && < 2.2, - pandoc-citeproc >= 0.13 && < 0.14, + pandoc-citeproc >= 0.14 && < 0.15, parsec >= 3.0 && < 3.2, process >= 1.6 && < 1.7, random >= 1.0 && < 1.2, regex-base >= 0.93 && < 0.94, regex-tdfa >= 1.1 && < 1.3, - resourcet >= 1.1 && < 1.2, + resourcet >= 1.1 && < 1.3, scientific >= 0.3.4 && < 0.4, tagsoup >= 0.13.1 && < 0.15, text >= 0.11 && < 1.3, - time >= 1.8 && < 1.9, + time >= 1.8 && < 1.10, time-locale-compat >= 0.1 && < 0.2, unordered-containers >= 0.2 && < 0.3, vector >= 0.11 && < 0.13, @@ -199,7 +199,7 @@ Library wai >= 3.2 && < 3.3, warp >= 3.2 && < 3.3, wai-app-static >= 3.1 && < 3.2, - http-types >= 0.9 && < 0.12, + http-types >= 0.9 && < 0.13, fsnotify >= 0.2 && < 0.3 Cpp-options: -DPREVIEW_SERVER @@ -217,8 +217,8 @@ Library If flag(checkExternal) Build-depends: - http-conduit >= 2.2 && < 2.3, - http-types >= 0.7 && < 0.12 + http-conduit >= 2.2 && < 2.4, + http-types >= 0.7 && < 0.13 Cpp-options: -DCHECK_EXTERNAL @@ -253,7 +253,7 @@ Test-suite hakyll-tests QuickCheck >= 2.8 && < 2.12, tasty >= 0.11 && < 1.1, tasty-hunit >= 0.9 && < 0.11, - tasty-quickcheck >= 0.8 && < 0.10, + tasty-quickcheck >= 0.8 && < 0.11, -- Copy pasted from hakyll dependencies: base >= 4.8 && < 5, binary >= 0.5 && < 0.10, @@ -271,7 +271,7 @@ Test-suite hakyll-tests network >= 2.6 && < 2.7, network-uri >= 2.6 && < 2.7, pandoc >= 2.0.5 && < 2.2, - pandoc-citeproc >= 0.13 && < 0.14, + pandoc-citeproc >= 0.14 && < 0.15, parsec >= 3.0 && < 3.2, process >= 1.6 && < 1.7, random >= 1.0 && < 1.2, @@ -281,7 +281,7 @@ Test-suite hakyll-tests scientific >= 0.3.4 && < 0.4, tagsoup >= 0.13.1 && < 0.15, text >= 0.11 && < 1.3, - time >= 1.8 && < 1.9, + time >= 1.8 && < 1.10, time-locale-compat >= 0.1 && < 0.2, unordered-containers >= 0.2 && < 0.3, vector >= 0.11 && < 0.13, @@ -293,7 +293,7 @@ Test-suite hakyll-tests wai >= 3.2 && < 3.3, warp >= 3.2 && < 3.3, wai-app-static >= 3.1 && < 3.2, - http-types >= 0.9 && < 0.12, + http-types >= 0.9 && < 0.13, fsnotify >= 0.2 && < 0.3 Cpp-options: -DPREVIEW_SERVER @@ -306,8 +306,8 @@ Test-suite hakyll-tests If flag(checkExternal) Build-depends: - http-conduit >= 2.2 && < 2.3, - http-types >= 0.7 && < 0.12 + http-conduit >= 2.2 && < 2.4, + http-types >= 0.7 && < 0.13 Cpp-options: -DCHECK_EXTERNAL -- cgit v1.2.3