haskell-crypto-numbers: update to version 0.2.0
This commit is contained in:
parent
554b7cd637
commit
0b2ed44968
@ -1,15 +1,15 @@
|
|||||||
{ cabal, cryptoRandomApi, HUnit, QuickCheck, testFramework
|
{ cabal, byteable, cryptoRandom, HUnit, QuickCheck, testFramework
|
||||||
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
, testFrameworkHunit, testFrameworkQuickcheck2, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "crypto-numbers";
|
pname = "crypto-numbers";
|
||||||
version = "0.1.3";
|
version = "0.2.0";
|
||||||
sha256 = "115lgnay3ly5r53flh3v5jygqks0rg1i8qmbvrqf9nkmnmw6a5x1";
|
sha256 = "1s4q9qqb7qb0shaxmhhxixsnhgwn2h6nxxblkfqqqvkdiwis278j";
|
||||||
buildDepends = [ cryptoRandomApi vector ];
|
buildDepends = [ cryptoRandom vector ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
cryptoRandomApi HUnit QuickCheck testFramework testFrameworkHunit
|
byteable cryptoRandom HUnit QuickCheck testFramework
|
||||||
testFrameworkQuickcheck2 vector
|
testFrameworkHunit testFrameworkQuickcheck2 vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-crypto-numbers";
|
homepage = "http://github.com/vincenthz/hs-crypto-numbers";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user