2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-28 09:13:24 -07:00
|
|
|
{ cabal, base64Bytestring, binary, byteable, cryptohash, random }:
|
2011-08-09 16:20:28 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "pwstore-fast";
|
2014-10-13 03:46:30 -07:00
|
|
|
version = "2.4.4";
|
|
|
|
sha256 = "1cpvlwzg3qznhygrr78f75p65mnljd9v5cvnagfxjqppnrkay6bj";
|
2014-08-28 09:13:24 -07:00
|
|
|
buildDepends = [
|
|
|
|
base64Bytestring binary byteable cryptohash random
|
|
|
|
];
|
2011-08-09 16:20:28 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/PeterScott/pwstore";
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Secure password storage";
|
2011-08-09 16:20:28 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|