haskell-cipher-aes: update to version 0.2.4
This commit is contained in:
parent
ba89677256
commit
671fdd4e62
@ -1,11 +1,15 @@
|
|||||||
{ cabal, QuickCheck, testFramework, testFrameworkQuickcheck2 }:
|
{ cabal, byteable, cryptoCipherTests, cryptoCipherTypes, QuickCheck
|
||||||
|
, securemem, testFramework, testFrameworkQuickcheck2
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cipher-aes";
|
pname = "cipher-aes";
|
||||||
version = "0.1.8";
|
version = "0.2.4";
|
||||||
sha256 = "171mj9abm0x9bg6mf225mhb25i7xh4v5la5866llb1qrrpvsk1xf";
|
sha256 = "13nxxgb55jmrq9m9jpbsdxpj2j2kvdjv8b1c0gp1pvkxhyfzk610";
|
||||||
|
buildDepends = [ byteable cryptoCipherTypes securemem ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
QuickCheck testFramework testFrameworkQuickcheck2
|
byteable cryptoCipherTests cryptoCipherTypes QuickCheck
|
||||||
|
testFramework testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-cipher-aes";
|
homepage = "http://github.com/vincenthz/hs-cipher-aes";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user