haskell-crypto-cipher-types: update to version 0.0.2
This commit is contained in:
parent
2272af9994
commit
0b805ffccc
@ -1,17 +1,10 @@
|
|||||||
{ cabal, byteable, HUnit, mtl, QuickCheck, securemem, testFramework
|
{ cabal, byteable, securemem }:
|
||||||
, testFrameworkHunit, testFrameworkQuickcheck2
|
|
||||||
}:
|
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "crypto-cipher-types";
|
pname = "crypto-cipher-types";
|
||||||
version = "0.0.1";
|
version = "0.0.2";
|
||||||
sha256 = "0brwb6awni3jm152vi68saz6gla7kgwf2pfjalzqsi8qjpjbzgpj";
|
sha256 = "1vjf9g1w7ja8x42k6hq6pcw7jvviw9rq512ncdqd7j20411zjbf4";
|
||||||
buildDepends = [ byteable securemem ];
|
buildDepends = [ byteable securemem ];
|
||||||
testDepends = [
|
|
||||||
byteable HUnit mtl QuickCheck testFramework testFrameworkHunit
|
|
||||||
testFrameworkQuickcheck2
|
|
||||||
];
|
|
||||||
doCheck = false;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-crypto-cipher";
|
homepage = "http://github.com/vincenthz/hs-crypto-cipher";
|
||||||
description = "Generic cryptography cipher types";
|
description = "Generic cryptography cipher types";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user