about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cryptocipher/default.nix
blob: 29d2dd1b31d5d936e7542f797ac62347491fc757 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})