summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-06-30 20:59:37 +0800
committerGitHub <noreply@github.com>2020-06-30 14:59:37 +0200
commitf22e5ed05513f13280c8238673109ff71dc431f3 (patch)
tree43634a58b696ab4f877d5c0ec93d627118165b68
parentb9a616820599f8c6f129fd464700b41e619ede09 (diff)
downloadhakyll-f22e5ed05513f13280c8238673109ff71dc431f3.tar.gz
Bump cryptonite upper bound to 0.28
-rw-r--r--hakyll.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 570aa2a..317ca47 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -170,7 +170,7 @@ Library
blaze-markup >= 0.5.1 && < 0.9,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.7,
- cryptonite >= 0.25 && < 0.27,
+ cryptonite >= 0.25 && < 0.28,
data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.5,
directory >= 1.2.7.0 && < 1.4,