svn path=/nixpkgs/trunk/; revision=15096
This commit is contained in:
Eelco Dolstra 2009-04-16 19:27:14 +00:00
parent 79cb8d11a6
commit 7bb9c71aee

View file

@ -1,9 +1,9 @@
{stdenv, fetchurl, perl, libedit, ncurses, gmp, makeWrapper}:
stdenv.mkDerivation rec {
version = "6.10.2-binary";
version = "6.10.2";
name = "ghc-${version}";
name = "ghc-${version}-binary";
src =
if stdenv.system == "i686-linux" then