2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-04 13:04:19 +02:00
|
|
|
{ cabal, cipherAes, cipherBlowfish, cipherCamellia, cipherDes
|
|
|
|
, cipherRc4, cryptoCipherTypes
|
2011-11-01 20:03:01 +01:00
|
|
|
}:
|
2011-08-08 00:51:22 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-08 00:51:22 +02:00
|
|
|
pname = "cryptocipher";
|
2013-10-27 12:39:36 +01:00
|
|
|
version = "0.6.2";
|
|
|
|
sha256 = "0ip3a2as0df6drl29sryayxx22sx55v6bs60s2fh3i1nxqnydf9l";
|
2011-11-01 20:03:01 +01:00
|
|
|
buildDepends = [
|
2013-09-04 13:04:19 +02:00
|
|
|
cipherAes cipherBlowfish cipherCamellia cipherDes cipherRc4
|
|
|
|
cryptoCipherTypes
|
2013-02-24 22:09:07 +01:00
|
|
|
];
|
2011-08-08 00:51:22 +02:00
|
|
|
meta = {
|
2013-08-14 11:52:02 +02:00
|
|
|
homepage = "http://github.com/vincenthz/hs-crypto-cipher";
|
2013-01-16 12:42:13 +01:00
|
|
|
description = "Symmetrical block and stream ciphers";
|
2011-08-08 00:51:22 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-08 00:51:22 +02:00
|
|
|
};
|
|
|
|
})
|