Make ghc-7.0.4 the default. Add experimental ghc-7.2.1rc1.

svn path=/nixpkgs/trunk/; revision=28163
This commit is contained in:
Andres Löh
2011-08-05 08:52:35 +00:00
parent b01cd125d4
commit 8fdb3c9e63
13 changed files with 406 additions and 44 deletions

View 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];
};
})