haskell-crypto-random-api: add version 0.1.0

This commit is contained in:
Peter Simons
2012-12-03 15:46:23 +01:00
parent 440e52ff4b
commit 6ebd25484e
2 changed files with 16 additions and 0 deletions

View File

@@ -632,6 +632,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
cryptoPubkeyTypes = callPackage ../development/libraries/haskell/crypto-pubkey-types {};
cryptoRandomApi = callPackage ../development/libraries/haskell/crypto-random-api {};
cuda = callPackage ../development/libraries/haskell/cuda {
inherit (pkgs.linuxPackages) nvidia_x11;
};