summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cryptocipher/default.nix
blob: 6f9c05f544b0ef3b4d2ae1cc8f1c2f937961b42a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, cipherAes, cipherBlowfish, cipherCamellia, cipherDes
, cipherRc4, cryptoCipherTypes
}:

cabal.mkDerivation (self: {
  pname = "cryptocipher";
  version = "0.6.2";
  sha256 = "0ip3a2as0df6drl29sryayxx22sx55v6bs60s2fh3i1nxqnydf9l";
  buildDepends = [
    cipherAes cipherBlowfish cipherCamellia cipherDes cipherRc4
    cryptoCipherTypes
  ];
  meta = {
    homepage = "http://github.com/vincenthz/hs-crypto-cipher";
    description = "Symmetrical block and stream ciphers";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})