Added the Haskell criterion package.
svn path=/nixpkgs/trunk/; revision=24741
This commit is contained in:
14
pkgs/development/libraries/haskell/mwc-random/default.nix
Normal file
14
pkgs/development/libraries/haskell/mwc-random/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{cabal, primitive, vector}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "mwc-random";
|
||||
version = "0.8.0.2";
|
||||
sha256 = "1lry31abyz6wh3x8ipclgkfc889azs7mw2ppp9kpdlx41wbzhdj6";
|
||||
propagatedBuildInputs = [primitive vector];
|
||||
meta = {
|
||||
description = "Fast, high quality pseudo random number generation";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user