summaryrefslogtreecommitdiff
path: root/slackbuilder.cabal
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-10-30 22:38:07 +0100
committerEugen Wissner <belka@caraus.de>2024-10-30 22:46:07 +0100
commitbb0748b400e5553bd1df3b43ae45aa1486c01103 (patch)
tree5f5d2870de7112e5919dcae1245673fcd22b15cd /slackbuilder.cabal
parent6290be859dc9641a7f83231778e786b60a8d0d2e (diff)
downloadslackbuilder-bb0748b400e5553bd1df3b43ae45aa1486c01103.tar.gz
Replace deprecated cryptonite with crypton
Diffstat (limited to 'slackbuilder.cabal')
-rw-r--r--slackbuilder.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/slackbuilder.cabal b/slackbuilder.cabal
index ca68bce..f6cd1cb 100644
--- a/slackbuilder.cabal
+++ b/slackbuilder.cabal
@@ -29,8 +29,10 @@ common dependencies
conduit ^>= 1.3.5,
conduit-extra ^>= 1.3,
http-client ^>= 0.7,
+ -- Workaround: 0.3.6.4 is broken, explicit dependency is otherwise not needed.
+ http-client-tls == 0.3.6.3,
containers ^>= 0.6,
- cryptonite >= 0.30,
+ crypton ^>= 1.0,
directory ^>= 1.3.8,
exceptions >= 0.10,
filepath ^>= 1.4.2,