forked from mirrors/nixpkgs
17 lines
553 B
Nix
17 lines
553 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, cereal, entropy, tagged, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "crypto-api";
|
|
version = "0.13.2";
|
|
sha256 = "1vc27qcgbg7hf50rkqhlrs58zn1888ilh4b6wrrm07bnm48xacak";
|
|
buildDepends = [ cereal entropy tagged transformers ];
|
|
meta = {
|
|
homepage = "https://github.com/TomMD/crypto-api";
|
|
description = "A generic interface for cryptographic operations";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|