diff options
-rw-r--r-- | hakyll.cabal | 6 |
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, |