haskell-crypto-pubkey: update to version 0.2.3
This commit is contained in:
parent
c9ecf30aac
commit
fa254e5565
@ -5,14 +5,15 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "crypto-pubkey";
|
pname = "crypto-pubkey";
|
||||||
version = "0.2.2";
|
version = "0.2.3";
|
||||||
sha256 = "084758n5fyh2aigd6055a75pnqjhx42sbjg36hhp2a40vhl7xr2f";
|
sha256 = "198gpaxlcqkp6wa5cwwnlzdxnrs7j6h7zyizczd4imwbpl0gd2mk";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
byteable cryptohash cryptoNumbers cryptoPubkeyTypes cryptoRandom
|
byteable cryptohash cryptoNumbers cryptoPubkeyTypes cryptoRandom
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
byteable cryptohash cryptoNumbers cryptoRandom HUnit QuickCheck
|
byteable cryptohash cryptoNumbers cryptoPubkeyTypes cryptoRandom
|
||||||
testFramework testFrameworkHunit testFrameworkQuickcheck2
|
HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
|
testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-crypto-pubkey";
|
homepage = "http://github.com/vincenthz/hs-crypto-pubkey";
|
||||||
|
Loading…
Reference in New Issue
Block a user