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