* Make GHC 6.6.1 the default.

svn path=/nixpkgs/trunk/; revision=8837
This commit is contained in:
Eelco Dolstra 2007-06-07 12:47:39 +00:00
parent 80c7cce4e9
commit 0e81914241

View File

@ -698,7 +698,7 @@ rec {
# m4 = gnum4;
#};
ghc = ghc66;
ghc = ghc661;
ghc661 = import ../development/compilers/ghc-6.6.1 {
inherit fetchurl stdenv readline perl;