3
0
Fork 0
forked from mirrors/nixpkgs

I'll try to remove the hydra evaluation errors (throws) about ghc bootstrapping.

svn path=/nixpkgs/trunk/; revision=19981
This commit is contained in:
Lluís Batlle i Rossell 2010-02-13 16:48:12 +00:00
parent bc15e7b440
commit a21df5e172
3 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,7 @@
{stdenv, fetchurl, perl, libedit, ncurses, gmp}:
assert stdenv.system == "i686-darwin" || stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux";
stdenv.mkDerivation rec {
version = "6.10.1";

View file

@ -1,5 +1,7 @@
{stdenv, fetchurl, perl, libedit, ncurses, gmp}:
assert stdenv.system == "i686-darwin" || stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux";
stdenv.mkDerivation rec {
version = "6.10.2";

View file

@ -1,5 +1,7 @@
{stdenv, fetchurl, perl, readline, ncurses, gmp}:
assert stdenv.system == "i686-darwin" || stdenv.system == "x86_64-linux" || stdenv.system == "i686-linux";
stdenv.mkDerivation {
name = if stdenv.system == "i686-darwin" then "ghc-6.6.1-binary" else "ghc-6.4.2-binary";