summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2024-08-19 20:45:54 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2024-08-19 20:45:54 +0200
commit3834781e1644d5ab26b04b6efc1eda460fd614f6 (patch)
treeba51fc1926aaa90a9f4f4b4c2a35fb1210cc4e78
parentd0efcefeee3e153a654f748faf6979b4fc869b70 (diff)
Switch to crypton from deprecated cryptoniteHEADmaster
-rw-r--r--erebos.cabal4
1 files changed, 2 insertions, 2 deletions
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,