2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-20 02:58:02 -08:00
|
|
|
{ cabal, cereal, entropy, tagged, transformers }:
|
2011-08-07 15:51:22 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 15:51:22 -07:00
|
|
|
pname = "crypto-api";
|
2014-01-03 02:56:20 -08:00
|
|
|
version = "0.13";
|
|
|
|
sha256 = "00zw9cymjhsdiy2p4prjvmmy7xnk12qggdpvxrp0hjnwlakfvyb2";
|
2013-02-20 02:58:02 -08:00
|
|
|
buildDepends = [ cereal entropy tagged transformers ];
|
2011-08-07 15:51:22 -07:00
|
|
|
meta = {
|
2013-04-24 02:18:25 -07:00
|
|
|
homepage = "https://github.com/TomMD/crypto-api";
|
2011-08-07 15:51:22 -07:00
|
|
|
description = "A generic interface for cryptographic operations";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 15:51:22 -07:00
|
|
|
};
|
|
|
|
})
|