* ghc-6.9 should have low priority

svn path=/nixpkgs/trunk/; revision=12430
This commit is contained in:
Andres Löh 2008-07-25 14:21:54 +00:00
parent a2613e936a
commit 49804a43be

View File

@ -1558,10 +1558,10 @@ let pkgs = rec {
haddock = haddockboot; haddock = haddockboot;
}; };
ghc69snapshot = import ../development/compilers/ghc-6.8/head.nix { ghc69snapshot = lowPrio (import ../development/compilers/ghc-6.8/head.nix {
inherit fetchurl stdenv readline perl gmp ncurses m4; inherit fetchurl stdenv readline perl gmp ncurses m4;
ghc = ghc683; ghc = ghc683;
}; });
ghc661 = import ../development/compilers/ghc-6.6.1 { ghc661 = import ../development/compilers/ghc-6.6.1 {
inherit fetchurl stdenv readline perl58 gmp ncurses m4; inherit fetchurl stdenv readline perl58 gmp ncurses m4;