ghc upgraded to 6.8.1

svn path=/nixpkgs/branches/stdenv-updates/; revision=9746
This commit is contained in:
Yury G. Kudryashov
2007-11-17 15:30:00 +00:00
parent 784227b421
commit 76f78aaf57
3 changed files with 16 additions and 11 deletions

View File

@@ -16,5 +16,6 @@ stdenv.mkDerivation {
});
buildInputs = [perl];
propagatedBuildInputs = [readline ncurses gmp];
dontStrip = 1;
inherit readline ncurses gmp;
}