Make ghc-7.0.4 the default. Add experimental ghc-7.2.1rc1.
svn path=/nixpkgs/trunk/; revision=28163
This commit is contained in:
13
pkgs/development/libraries/haskell/random/1.0.0.3.nix
Normal file
13
pkgs/development/libraries/haskell/random/1.0.0.3.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{cabal, time}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "random";
|
||||
version = "1.0.0.3"; # future platform?
|
||||
sha256 = "0k2735vrx0id2dxzk7lkm22w07p7gy86zffygk60jxgh9rvignf6";
|
||||
propagatedBuildInputs = [time];
|
||||
meta = {
|
||||
description = "random number library";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user