haskell-cryptohash: update to version 0.10.0
This commit is contained in:
parent
78d9fb8da9
commit
5b291905ee
@ -1,12 +1,12 @@
|
|||||||
{ cabal, byteable, cereal, cryptoApi, HUnit, QuickCheck, tagged
|
{ cabal, byteable, HUnit, QuickCheck, testFramework
|
||||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
, testFrameworkHunit, testFrameworkQuickcheck2
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cryptohash";
|
pname = "cryptohash";
|
||||||
version = "0.9.1";
|
version = "0.10.0";
|
||||||
sha256 = "164j43dja91k2cssh0s2dw9riibijl02bap9mn8jn1h6vjb6w9z0";
|
sha256 = "0szvx1dxf16chlksmp08g9qxy7f87w6hspigwbw78aygc3q9mzaq";
|
||||||
buildDepends = [ byteable cereal cryptoApi tagged ];
|
buildDepends = [ byteable ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit QuickCheck testFramework testFrameworkHunit
|
HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2
|
testFrameworkQuickcheck2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user