haskell-crypto-api: dropped obsolete version 0.6.4

svn path=/nixpkgs/trunk/; revision=29985
This commit is contained in:
Peter Simons 2011-10-24 15:35:56 +00:00
parent 6bdcaec0cb
commit c026c35988
3 changed files with 1 additions and 21 deletions

View file

@ -1,18 +0,0 @@
{ cabal, cereal, entropy, largeword, tagged }:
cabal.mkDerivation (self: {
pname = "crypto-api";
version = "0.6.4";
sha256 = "1v3nnfw13r514a723lsx8d1awlad6fmv27bgp76f1ssv1garraf3";
buildDepends = [ cereal entropy largeword tagged ];
meta = {
homepage = "http://trac.haskell.org/crypto-api/wiki";
description = "A generic interface for cryptographic operations";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})

View file

@ -494,9 +494,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
Crypto = callPackage ../development/libraries/haskell/Crypto {};
cryptoApi_0_6_4 = callPackage ../development/libraries/haskell/crypto-api/0.6.4.nix {};
cryptoApi_0_8 = callPackage ../development/libraries/haskell/crypto-api/0.8.nix {};
cryptoApi = self.cryptoApi_0_6_4;
cryptoApi = callPackage ../development/libraries/haskell/crypto-api {};
cryptocipher = callPackage ../development/libraries/haskell/cryptocipher {};