switch to crypton

cryptonite is unmaintained. Replace it with crypton.

Closes #239.
This commit is contained in:
squalus 2023-11-23 10:22:19 -08:00
parent 2e0c9b2209
commit c6a579273f
4 changed files with 8 additions and 8 deletions

View File

@ -76,13 +76,13 @@ library
, bytestring , bytestring
, containers , containers
, constraints-extras , constraints-extras
, cryptonite , crypton
, data-default-class , data-default-class
, dependent-sum > 0.7 , dependent-sum > 0.7
, dependent-sum-template > 0.1.1 && < 0.3 , dependent-sum-template > 0.1.1 && < 0.3
, filepath , filepath
, hashable , hashable
-- Required for cryptonite low-level type convertion -- Required for crypton low-level type convertion
, memory , memory
, nix-derivation >= 1.1.1 && <2 , nix-derivation >= 1.1.1 && <2
, some > 1.0.5 && < 2 , some > 1.0.5 && < 2
@ -111,7 +111,7 @@ test-suite core
, base16-bytestring , base16-bytestring
, base64-bytestring , base64-bytestring
, bytestring , bytestring
, cryptonite , crypton
, data-default-class , data-default-class
, hspec , hspec
, tasty , tasty

View File

@ -33,7 +33,7 @@ library
, hnix-store-core >= 0.8 , hnix-store-core >= 0.8
, hnix-store-nar >= 0.1 , hnix-store-nar >= 0.1
, bytestring , bytestring
, cryptonite , crypton
, mtl , mtl
, text , text
, unordered-containers , unordered-containers
@ -54,7 +54,7 @@ test-suite readonly
, hnix-store-core , hnix-store-core
, hnix-store-readonly , hnix-store-readonly
, bytestring , bytestring
, cryptonite , crypton
, data-default-class , data-default-class
, hspec , hspec
, unordered-containers , unordered-containers

View File

@ -80,7 +80,7 @@ library
, bytestring , bytestring
, cereal , cereal
, containers , containers
, cryptonite , crypton
, data-default-class , data-default-class
, dependent-sum > 0.7 && < 1 , dependent-sum > 0.7 && < 1
, text , text
@ -151,7 +151,7 @@ test-suite remote-io
, hnix-store-remote , hnix-store-remote
, bytestring , bytestring
, containers , containers
, cryptonite , crypton
, directory , directory
, process , process
, filepath , filepath

View File

@ -48,7 +48,7 @@ library
base >=4.12 && <5 base >=4.12 && <5
, hnix-store-core >= 0.8 , hnix-store-core >= 0.8
, bytestring , bytestring
, cryptonite , crypton
, dependent-sum > 0.7 , dependent-sum > 0.7
, generic-arbitrary < 1.1 , generic-arbitrary < 1.1
, hspec , hspec