Compare commits

...

1 Commits

Author SHA1 Message Date
chn
12fbbac878 fix hackage 2025-02-16 17:41:48 +08:00

View File

@@ -80584,7 +80584,7 @@ self: {
"crypton" = callPackage
({ mkDerivation, base, basement, bytestring, deepseq, gauge
, ghc-prim, integer-gmp, memory, random, tasty, tasty-hunit
, tasty-kat, tasty-quickcheck
, tasty-kat, tasty-quickcheck, stdenv
}:
mkDerivation {
pname = "crypton";
@@ -80601,6 +80601,7 @@ self: {
];
description = "Cryptography Primitives sink";
license = lib.licenses.bsd3;
configureFlags = if stdenv.hostPlatform.avx2Support then [ "--ghc-option=-optc-mno-avx2" ] else [];
}) {};
"crypton_1_0_1" = callPackage
@@ -80768,7 +80769,7 @@ self: {
"cryptonite" = callPackage
({ mkDerivation, base, basement, bytestring, deepseq, gauge
, ghc-prim, integer-gmp, memory, random, tasty, tasty-hunit
, tasty-kat, tasty-quickcheck
, tasty-kat, tasty-quickcheck, stdenv
}:
mkDerivation {
pname = "cryptonite";
@@ -80785,6 +80786,7 @@ self: {
];
description = "Cryptography Primitives sink";
license = lib.licenses.bsd3;
configureFlags = if stdenv.hostPlatform.avx2Support then [ "--ghc-option=-optc-mno-avx2" ] else [];
}) {};
"cryptonite-cd" = callPackage