summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-06-02 00:56:53 +0300
committerGitHub <noreply@github.com>2021-06-02 00:56:53 +0300
commit591fbe693d87b84c73b1839acdd424cbc12da3b3 (patch)
tree726d79810319cfb17425ea6e9df3dc15ca267c90
parente0c63558a82ac4347181d5d77dce7f763a1db410 (diff)
downloadhakyll-591fbe693d87b84c73b1839acdd424cbc12da3b3.tar.gz
Bump some more dependencies (#853)
* Allow file-embed 0.0.14.0 * Allow time 1.11 * Allow template-haskell 2.17 (i.e. GHC 9)
-rw-r--r--hakyll.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 914e64a..4699235 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -179,7 +179,7 @@ Library
data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.5,
directory >= 1.2.7.0 && < 1.4,
- file-embed >= 0.0.10.1 && < 0.0.14,
+ file-embed >= 0.0.10.1 && < 0.0.15,
filepath >= 1.0 && < 1.5,
hashable >= 1.0 && < 2,
lifted-async >= 0.10 && < 1,
@@ -195,9 +195,9 @@ Library
scientific >= 0.3.4 && < 0.4,
stm >= 2.3 && < 3,
tagsoup >= 0.13.1 && < 0.15,
- template-haskell >= 2.14 && < 2.17,
+ template-haskell >= 2.14 && < 2.18,
text >= 0.11 && < 1.3,
- time >= 1.8 && < 1.10,
+ time >= 1.8 && < 1.12,
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,