haskell-crypto-api: update to version 0.12
This commit is contained in:
parent
3328807f41
commit
01f0df8702
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "crypto-api";
|
pname = "crypto-api";
|
||||||
version = "0.11";
|
version = "0.12";
|
||||||
sha256 = "1v42dmm4cx8brb5mpz34wa20c3s27r0v7qiqlb54svzsl0jkfmiy";
|
sha256 = "09ra5bz2s5n2zq57n6ylsj7a482bsxpxhybmp04g796h87xgy7xs";
|
||||||
buildDepends = [ cereal entropy tagged transformers ];
|
buildDepends = [ cereal entropy tagged transformers ];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://trac.haskell.org/crypto-api/wiki";
|
homepage = "https://github.com/TomMD/crypto-api";
|
||||||
description = "A generic interface for cryptographic operations";
|
description = "A generic interface for cryptographic operations";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user