Skip to content

Commit c6a5792

Browse files
committed
switch to crypton
cryptonite is unmaintained. Replace it with crypton. Closes #239.
1 parent 2e0c9b2 commit c6a5792

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

hnix-store-core/hnix-store-core.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ library
7676
, bytestring
7777
, containers
7878
, constraints-extras
79-
, cryptonite
79+
, crypton
8080
, data-default-class
8181
, dependent-sum > 0.7
8282
, dependent-sum-template > 0.1.1 && < 0.3
8383
, filepath
8484
, hashable
85-
-- Required for cryptonite low-level type convertion
85+
-- Required for crypton low-level type convertion
8686
, memory
8787
, nix-derivation >= 1.1.1 && <2
8888
, some > 1.0.5 && < 2
@@ -111,7 +111,7 @@ test-suite core
111111
, base16-bytestring
112112
, base64-bytestring
113113
, bytestring
114-
, cryptonite
114+
, crypton
115115
, data-default-class
116116
, hspec
117117
, tasty

hnix-store-readonly/hnix-store-readonly.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library
3333
, hnix-store-core >= 0.8
3434
, hnix-store-nar >= 0.1
3535
, bytestring
36-
, cryptonite
36+
, crypton
3737
, mtl
3838
, text
3939
, unordered-containers
@@ -54,7 +54,7 @@ test-suite readonly
5454
, hnix-store-core
5555
, hnix-store-readonly
5656
, bytestring
57-
, cryptonite
57+
, crypton
5858
, data-default-class
5959
, hspec
6060
, unordered-containers

hnix-store-remote/hnix-store-remote.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ library
8080
, bytestring
8181
, cereal
8282
, containers
83-
, cryptonite
83+
, crypton
8484
, data-default-class
8585
, dependent-sum > 0.7 && < 1
8686
, text
@@ -151,7 +151,7 @@ test-suite remote-io
151151
, hnix-store-remote
152152
, bytestring
153153
, containers
154-
, cryptonite
154+
, crypton
155155
, directory
156156
, process
157157
, filepath

hnix-store-tests/hnix-store-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ library
4848
base >=4.12 && <5
4949
, hnix-store-core >= 0.8
5050
, bytestring
51-
, cryptonite
51+
, crypton
5252
, dependent-sum > 0.7
5353
, generic-arbitrary < 1.1
5454
, hspec

0 commit comments

Comments
 (0)