From 366e3bd7a1050654114d4410fd0ae0fd861e218d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 7 May 2014 19:27:09 +0200 Subject: [PATCH] ghc-7.0.1: fix download URL --- pkgs/development/compilers/ghc/7.0.1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ghc/7.0.1.nix b/pkgs/development/compilers/ghc/7.0.1.nix index da7e81f5730..b0b03d4b8cc 100644 --- a/pkgs/development/compilers/ghc/7.0.1.nix +++ b/pkgs/development/compilers/ghc/7.0.1.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation rec { name = "ghc-${version}"; src = fetchurl { - url = "http://new-www.haskell.org/ghc/dist/${version}/${name}-src.tar.bz2"; + url = "http://www.haskell.org/ghc/dist/${version}/${name}-src.tar.bz2"; sha256 = "1iciljngxmqy465cw3pkl6jp0ydiils4bfz6ixfaxk7aqv7r7xsi"; };