nixpkgs/pkgs/development/libraries/haskell/pwstore-fast/default.nix
2014-10-14 17:39:26 +02:00

19 lines
570 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, base64Bytestring, binary, byteable, cryptohash, random }:
cabal.mkDerivation (self: {
pname = "pwstore-fast";
version = "2.4.4";
sha256 = "1cpvlwzg3qznhygrr78f75p65mnljd9v5cvnagfxjqppnrkay6bj";
buildDepends = [
base64Bytestring binary byteable cryptohash random
];
meta = {
homepage = "https://github.com/PeterScott/pwstore";
description = "Secure password storage";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})