summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pwstore-fast/default.nix
blob: a59a9b2d2da3c4f1e8e2748ea9def56b441d31f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.3";
  sha256 = "02dj297s04fxb4ys9nfdw6aap5zrwlryq515gky0c3af6ss2yiz7";
  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;
  };
})