diff options
-rw-r--r-- | erebos.cabal | 4 |
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, |