2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-12-24 17:07:43 +00:00
|
|
|
{ cabal, cereal, cryptoApi, tagged }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "cipher-aes128";
|
2014-01-25 15:52:42 +00:00
|
|
|
version = "0.6.4";
|
|
|
|
sha256 = "093zpw86wimniwmd73g3nnbfy530q52kynccssqf7jxafbsw75aa";
|
2014-01-03 10:56:20 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2013-12-24 17:07:43 +00:00
|
|
|
buildDepends = [ cereal cryptoApi tagged ];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/TomMD/cipher-aes128";
|
2014-01-03 10:56:20 +00:00
|
|
|
description = "AES and common modes using AES-NI when available";
|
2013-12-24 17:07:43 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|