commenting older ghc's they can't be compiled due to realdine and
linking issues. I'm not willing to fix them right now. svn path=/nixpkgs/trunk/; revision=18900
This commit is contained in:
parent
f9ecf5a44f
commit
833832dc92
@ -1887,11 +1887,13 @@ let
|
||||
|
||||
#ghc = haskellPackages.ghc;
|
||||
|
||||
/*
|
||||
ghc642Binary = lowPrio (import ../development/compilers/ghc/6.4.2-binary.nix {
|
||||
inherit fetchurl stdenv ncurses gmp;
|
||||
readline = if stdenv.system == "i686-linux" then readline4 else readline5;
|
||||
perl = perl58;
|
||||
});
|
||||
*/
|
||||
|
||||
ghc6101Binary = lowPrio (import ../development/compilers/ghc/6.10.1-binary.nix {
|
||||
inherit fetchurl stdenv perl ncurses gmp libedit;
|
||||
@ -1906,6 +1908,7 @@ let
|
||||
|
||||
haskellPackages = haskellPackages_ghc6104;
|
||||
|
||||
/*
|
||||
haskellPackages_ghc642 = import ./haskell-packages.nix {
|
||||
inherit pkgs;
|
||||
ghc = import ../development/compilers/ghc/6.4.2.nix {
|
||||
@ -1945,6 +1948,7 @@ let
|
||||
};
|
||||
};
|
||||
});
|
||||
*/
|
||||
|
||||
haskellPackages_ghc6101 = import ./haskell-packages.nix {
|
||||
inherit pkgs;
|
||||
|
Loading…
Reference in New Issue
Block a user