haskell-Crypto: updated to version 4.2.3
svn path=/nixpkgs/trunk/; revision=28283
This commit is contained in:
parent
ed325a6dda
commit
0c8a434cf0
@ -1,12 +1,14 @@
|
|||||||
{cabal, HUnit, QuickCheck}:
|
{cabal, HUnit, QuickCheck} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "Crypto";
|
pname = "Crypto";
|
||||||
version = "4.1.0";
|
version = "4.2.3";
|
||||||
sha256 = "0984c833c5dfa6f4d56fd6fb284db7b7cef6676dc7999a1436aa856becba2b8f";
|
sha256 = "02wi8lyi27i8cdj8vclrl7vcng38srdzz9qpqwsc4y4lmvgg82br";
|
||||||
propagatedBuildInputs = [HUnit QuickCheck];
|
propagatedBuildInputs = [ HUnit QuickCheck ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Several encryption algorithms for Haskell";
|
description = "Collects together existing Haskell cryptographic functions into a package";
|
||||||
|
license = "unknown";
|
||||||
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user