From e2613e056e0f5c8d0af21ff307d45534a21f9487 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 22 Jan 2017 17:36:03 +0100 Subject: Bump directory to 1.3, time to 1.7, vector to 0.12 --- hakyll.cabal | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 913a462..5ea884d 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -161,7 +161,7 @@ Library cryptohash >= 0.7 && < 0.12, data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.5, - directory >= 1.0 && < 1.3, + directory >= 1.0 && < 1.4, filepath >= 1.0 && < 1.5, lrucache >= 1.1.1 && < 1.3, mtl >= 1 && < 2.3, @@ -178,10 +178,10 @@ Library scientific >= 0.3.4 && < 0.4, tagsoup >= 0.13.1 && < 0.15, text >= 0.11 && < 1.3, - time >= 1.4 && < 1.7, + time >= 1.4 && < 1.8, time-locale-compat >= 0.1 && < 0.2, unordered-containers >= 0.2 && < 0.3, - vector >= 0.11 && < 0.12, + vector >= 0.11 && < 0.13, yaml >= 0.8.11 && < 0.9, optparse-applicative >= 0.12 && < 0.14 @@ -254,7 +254,7 @@ Test-suite hakyll-tests cryptohash >= 0.7 && < 0.12, data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.5, - directory >= 1.0 && < 1.3, + directory >= 1.0 && < 1.4, filepath >= 1.0 && < 1.5, lrucache >= 1.1.1 && < 1.3, mtl >= 1 && < 2.3, @@ -271,10 +271,10 @@ Test-suite hakyll-tests scientific >= 0.3.4 && < 0.4, tagsoup >= 0.13.1 && < 0.15, text >= 0.11 && < 1.3, - time >= 1.4 && < 1.7, + time >= 1.4 && < 1.8, time-locale-compat >= 0.1 && < 0.2, unordered-containers >= 0.2 && < 0.3, - vector >= 0.11 && < 0.12, + vector >= 0.11 && < 0.13, yaml >= 0.8.11 && < 0.9, optparse-applicative >= 0.12 && < 0.14 @@ -315,7 +315,7 @@ Executable hakyll-init Build-depends: base >= 4 && < 5, - directory >= 1.0 && < 1.3, + directory >= 1.0 && < 1.4, filepath >= 1.0 && < 1.5 Other-modules: -- cgit v1.2.3