haskell-cryptohash: update to version 0.11.5
This commit is contained in:
parent
53e2945e3c
commit
b10b94b534
@ -1,15 +1,14 @@
|
|||||||
{ cabal, byteable, HUnit, QuickCheck, testFramework
|
{ cabal, byteable, HUnit, QuickCheck, tasty, tastyHunit
|
||||||
, testFrameworkHunit, testFrameworkQuickcheck2
|
, tastyQuickcheck
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cryptohash";
|
pname = "cryptohash";
|
||||||
version = "0.11.4";
|
version = "0.11.5";
|
||||||
sha256 = "1laakkc1xzp2bmai0sfi86784wharqbyanlp1d1f1q6nj318by3y";
|
sha256 = "0vxnwnjch2r9d54q5f5bfz60npjc7s7x6a5233md7fa756822b9d";
|
||||||
buildDepends = [ byteable ];
|
buildDepends = [ byteable ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
byteable HUnit QuickCheck testFramework testFrameworkHunit
|
byteable HUnit QuickCheck tasty tastyHunit tastyQuickcheck
|
||||||
testFrameworkQuickcheck2
|
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-cryptohash";
|
homepage = "http://github.com/vincenthz/hs-cryptohash";
|
||||||
|
Loading…
Reference in New Issue
Block a user