haskell-RSA: update to version 2.0.0

This commit is contained in:
Peter Simons 2014-07-07 11:21:05 +02:00
parent 3723f28f75
commit 3d7388cee5

View File

@ -5,10 +5,13 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "RSA"; pname = "RSA";
version = "2.0"; version = "2.0.0";
sha256 = "170bjcqd6q8q0c0idjpm9vgn02ifwxz1xvwp1l30qdf56293p4bq"; sha256 = "1v2d6sxpqr0lmiqdr3ym5qzp3p1y57yj6939vdlsac6k6ifj6pwq";
isLibrary = true;
isExecutable = true;
buildDepends = [ buildDepends = [
binary cryptoApi cryptoPubkeyTypes monadcryptorandom pureMD5 SHA 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