summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorLaurent P. René de Cotret <LaurentRDC@users.noreply.github.com>2021-04-15 15:51:38 -0400
committerGitHub <noreply@github.com>2021-04-15 22:51:38 +0300
commit122dd424891f6c9be15ff5225886484386dd0956 (patch)
tree83d65c31bdd3a63d0305c6210225aaf9f29ffba5 /hakyll.cabal
parentaf9e29b5456c105dc948bc46c93e989a650b5ed1 (diff)
downloadhakyll-122dd424891f6c9be15ff5225886484386dd0956.tar.gz
Remove dependency on cryptonite and memory (#843)
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index f799344..b09aff0 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -175,14 +175,13 @@ Library
blaze-markup >= 0.5.1 && < 0.9,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.7,
- cryptonite >= 0.25 && < 0.29,
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,
filepath >= 1.0 && < 1.5,
+ hashable >= 1.0 && < 2,
lrucache >= 1.1.1 && < 1.3,
- memory >= 0.14.18 && < 0.16,
mtl >= 1 && < 2.3,
network-uri >= 2.6 && < 2.7,
optparse-applicative >= 0.12 && < 0.17,