We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a6b0d commit 4b481cfCopy full SHA for 4b481cf
hnix-store-core/hnix-store-core.cabal
@@ -76,14 +76,14 @@ library
76
, bytestring
77
, containers
78
, constraints-extras
79
+ , cryptonite
80
, data-default-class
81
, dependent-sum > 0.7
82
, dependent-sum-template > 0.1.1 && < 0.3
- -- Required for cryptonite low-level type convertion
83
- , memory
84
- , cryptonite
85
, filepath
86
, hashable
+ -- Required for cryptonite low-level type convertion
+ , memory
87
, mtl
88
, nix-derivation >= 1.1.1 && <2
89
, saltine >= 0.2 && < 0.3
@@ -114,8 +114,8 @@ test-suite core
114
115
, cryptonite
116
117
+ , hspec
118
, tasty
119
, tasty-golden
- , hspec
120
, tasty-hspec
121
, text
0 commit comments