summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/RSA
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-04-16 12:07:58 +0000
committerPeter Simons <simons@cryp.to>2012-04-16 12:07:58 +0000
commitd775e93f90b07bbd9c7d3a0d68921d347f6c2c93 (patch)
treebf92964155c567098c2ebbfc183e4dfaa6f39e5b /pkgs/development/libraries/haskell/RSA
parent7a4cf2135016fc7d771c5872cffec3a3d8449634 (diff)
downloadnixpkgs-d775e93f90b07bbd9c7d3a0d68921d347f6c2c93.tar
nixpkgs-d775e93f90b07bbd9c7d3a0d68921d347f6c2c93.tar.gz
nixpkgs-d775e93f90b07bbd9c7d3a0d68921d347f6c2c93.tar.bz2
nixpkgs-d775e93f90b07bbd9c7d3a0d68921d347f6c2c93.tar.lz
nixpkgs-d775e93f90b07bbd9c7d3a0d68921d347f6c2c93.tar.xz
nixpkgs-d775e93f90b07bbd9c7d3a0d68921d347f6c2c93.tar.zst
nixpkgs-d775e93f90b07bbd9c7d3a0d68921d347f6c2c93.zip
Updated Haskell packages.
 - HTTP: added version 4000.2.3
 - RSA: updated to version 1.2.0.0
 - RepLib: updated to version 0.5.2.1
 - conduit: updated to version 0.4.1.1
 - data-accessor: updated to version 0.2.2.2
 - deepseq-th: updated to version 0.1.0.3
 - explicit-exception: updated to version 0.1.7
 - ghc-mod: updated to version 1.10.15
 - gitit: updated to version 0.9.0.1
 - hakyll: updated to version 3.2.7.2
 - hjsmin: updated to version 0.0.16
 - http-conduit: updated to version 1.4.1
 - iteratee: updated to version 0.8.8.2
 - language-javascript: updated to version 0.5.0
 - reactive-banana: updated to version 0.5.0.1
 - repa: updated to version 3.1.1.1
 - rvar: updated to version 0.2.0.1
 - semigroups: updated to version 0.8.3
 - simple-sendfile: updated to version 0.2.3
 - storable-record: updated to version 0.0.2.5
 - unbound: updated to version 0.4.0.2
 - wxc: added version 0.90.0.2

svn path=/nixpkgs/trunk/; revision=33802
Diffstat (limited to 'pkgs/development/libraries/haskell/RSA')
-rw-r--r--pkgs/development/libraries/haskell/RSA/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/RSA/default.nix b/pkgs/development/libraries/haskell/RSA/default.nix
index 173ddc31495..3f9b3753595 100644
--- a/pkgs/development/libraries/haskell/RSA/default.nix
+++ b/pkgs/development/libraries/haskell/RSA/default.nix
@@ -1,12 +1,12 @@
-{ cabal, binary, pureMD5, random, SHA }:
+{ cabal, binary, cryptoApi, monadcryptorandom, pureMD5, SHA }:
 
 cabal.mkDerivation (self: {
   pname = "RSA";
-  version = "1.0.6.3";
-  sha256 = "0lk3nsh6nvacv1xzrg2pxxhd5gglmy40dkb8a47c9r9px0q6yjpj";
+  version = "1.2.0.0";
+  sha256 = "0x4wa0yq4k43ccdakqcmy0mxvdlvrkfg6kc1j2hv7hh8b4vjisms";
   isLibrary = true;
   isExecutable = true;
-  buildDepends = [ binary pureMD5 random SHA ];
+  buildDepends = [ binary cryptoApi monadcryptorandom pureMD5 SHA ];
   meta = {
     description = "Implementation of RSA, using the padding schemes of PKCS#1 v2.1.";
     license = self.stdenv.lib.licenses.bsd3;