diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2017-01-22 17:36:03 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2017-01-22 17:36:33 +0100 |
commit | e2613e056e0f5c8d0af21ff307d45534a21f9487 (patch) | |
tree | a8950a427bab4c9bd12eceeec30527e64a45666f | |
parent | c58ba6ab4444f66124f4513e07604e031d8dbf31 (diff) | |
download | hakyll-e2613e056e0f5c8d0af21ff307d45534a21f9487.tar.gz |
Bump directory to 1.3, time to 1.7, vector to 0.12
-rw-r--r-- | hakyll.cabal | 14 |
1 files 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: |