commented out my code because it has introduced -qas '*' coerce to string error
svn path=/nixpkgs/trunk/; revision=10251
This commit is contained in:
parent
021e9b704b
commit
67eb3a64e2
1 changed files with 5 additions and 1 deletions
|
@ -1003,6 +1003,8 @@ rec {
|
||||||
profiledCompiler = true;
|
profiledCompiler = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/* doesn't work yet
|
||||||
|
|
||||||
# This new ghc stuff is under heavy development and might change !
|
# This new ghc stuff is under heavy development and might change !
|
||||||
|
|
||||||
# usage: see ghcPkgUtil.sh - use setup-new2 because of PATH_DELIMITER
|
# usage: see ghcPkgUtil.sh - use setup-new2 because of PATH_DELIMITER
|
||||||
|
@ -1031,7 +1033,7 @@ rec {
|
||||||
ghc : let
|
ghc : let
|
||||||
deriv = name : goSrcDir : deps :
|
deriv = name : goSrcDir : deps :
|
||||||
let bd = builderDefs {
|
let bd = builderDefs {
|
||||||
goSrcDir = "ghc-*/libraries";
|
goSrcDir = "ghc-* /libraries";
|
||||||
src = ghc.extra_src;
|
src = ghc.extra_src;
|
||||||
} null; in
|
} null; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -1066,6 +1068,8 @@ rec {
|
||||||
inherit ghc;
|
inherit ghc;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
# ghc66boot = import ../development/compilers/ghc-6.6-boot {
|
# ghc66boot = import ../development/compilers/ghc-6.6-boot {
|
||||||
# inherit fetchurl stdenv perl readline;
|
# inherit fetchurl stdenv perl readline;
|
||||||
# m4 = gnum4;
|
# m4 = gnum4;
|
||||||
|
|
Loading…
Reference in a new issue