2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-08-11 09:52:33 -07:00
|
|
|
{ cabal, byteable }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "securemem";
|
2014-11-14 03:02:55 -08:00
|
|
|
version = "0.1.4";
|
|
|
|
sha256 = "1wdbcnyaarrixfvz79mcyqmfnn9h5zsmrrsa64xj8650ppyaxi48";
|
2013-08-11 09:52:33 -07:00
|
|
|
buildDepends = [ byteable ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/vincenthz/hs-securemem";
|
|
|
|
description = "abstraction to an auto scrubbing and const time eq, memory chunk";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|