Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ cabal, time }:
|
||||
{ cabal, Cabal, time }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "random";
|
||||
version = "1.0.1.1";
|
||||
sha256 = "0n8m2744gg233s357vqzq3mfhhnbhynqvp4gxsi2gb70bm03nz6z";
|
||||
buildDepends = [ time ];
|
||||
buildDepends = [ Cabal time ];
|
||||
meta = {
|
||||
description = "random number library";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user