mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
haskell-random: added version 1.0.1.0
svn path=/nixpkgs/trunk/; revision=28818
This commit is contained in:
parent
dc7e7b7dcf
commit
becb1962c2
17
pkgs/development/libraries/haskell/random/1.0.1.0.nix
Normal file
17
pkgs/development/libraries/haskell/random/1.0.1.0.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ cabal, time }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "random";
|
||||
version = "1.0.1.0";
|
||||
sha256 = "1ghdmjzcn6n02x4gffa4g7wag4g7azrgxk3nsc5fqn9iny6rwp2i";
|
||||
buildDepends = [ time ];
|
||||
meta = {
|
||||
description = "random number library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
@ -988,6 +988,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
time = self.time_1_2_0_3;
|
||||
};
|
||||
random_1_0_0_3 = callPackage ../development/libraries/haskell/random/1.0.0.3.nix {};
|
||||
random_1_0_1_0 = callPackage ../development/libraries/haskell/random/1.0.1.0.nix {};
|
||||
random = null; # core package until ghc-7.2.1
|
||||
random_newtime = self.random_1_0_0_2_newtime;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user