From 3834781e1644d5ab26b04b6efc1eda460fd614f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Mon, 19 Aug 2024 20:45:54 +0200 Subject: Switch to crypton from deprecated cryptonite --- erebos.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'erebos.cabal') diff --git a/erebos.cabal b/erebos.cabal index bd2a807..2629048 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -143,7 +143,7 @@ library bytestring >=0.10 && <0.13, clock >=0.8 && < 0.9, containers >= 0.6 && <0.8, - cryptonite >=0.25 && <0.31, + crypton ^>= { 1.0 }, deepseq >= 1.4 && <1.6, directory >= 1.3 && <1.4, filepath >=1.4 && <1.6, @@ -187,7 +187,7 @@ executable erebos build-depends: bytestring, - cryptonite, + crypton, directory, erebos, haskeline >=0.7 && <0.9, -- cgit v1.2.3