haskell-RSA: update to version 2.1.0
This commit is contained in:
parent
2431b8572b
commit
ff9fb6229f
@ -1,20 +1,14 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, binary, cryptoApi, cryptoPubkeyTypes, DRBG
|
{ cabal, binary, cryptoApi, cryptoPubkeyTypes, DRBG, pureMD5
|
||||||
, monadcryptorandom, pureMD5, QuickCheck, SHA, tagged
|
, QuickCheck, SHA, tagged, testFramework, testFrameworkQuickcheck2
|
||||||
, testFramework, testFrameworkQuickcheck2
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "RSA";
|
pname = "RSA";
|
||||||
version = "2.0.0";
|
version = "2.1.0";
|
||||||
sha256 = "1v2d6sxpqr0lmiqdr3ym5qzp3p1y57yj6939vdlsac6k6ifj6pwq";
|
sha256 = "0bhnnz7vp1942ac2vg0y6vsag9bm0pslnm4ix6lmw28hy6d1jk2a";
|
||||||
isLibrary = true;
|
buildDepends = [ binary cryptoApi cryptoPubkeyTypes pureMD5 SHA ];
|
||||||
isExecutable = true;
|
|
||||||
buildDepends = [
|
|
||||||
binary cryptoApi cryptoPubkeyTypes DRBG monadcryptorandom pureMD5
|
|
||||||
QuickCheck SHA tagged testFramework testFrameworkQuickcheck2
|
|
||||||
];
|
|
||||||
testDepends = [
|
testDepends = [
|
||||||
binary cryptoApi cryptoPubkeyTypes DRBG pureMD5 QuickCheck SHA
|
binary cryptoApi cryptoPubkeyTypes DRBG pureMD5 QuickCheck SHA
|
||||||
tagged testFramework testFrameworkQuickcheck2
|
tagged testFramework testFrameworkQuickcheck2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user