summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/ghc/default.nix')
-rw-r--r--pkgs/development/compilers/ghc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghc/default.nix b/pkgs/development/compilers/ghc/default.nix
index c5f9ab7fb14..e23f98f47ea 100644
--- a/pkgs/development/compilers/ghc/default.nix
+++ b/pkgs/development/compilers/ghc/default.nix
@@ -5,7 +5,7 @@ assert perl != null && ghc != null && m4 != null;
 stdenv.mkDerivation {
   name = "ghc-6.2.1";
   src = fetchurl {
-    url = http://www.haskell.org/ghc/dist/6.2.1/ghc-6.2.1-src.tar.bz2;
+    url = http://catamaran.labs.cs.uu.nl/dist/tarballs/ghc-6.2.1-src.tar.bz2;
     md5 = "fa9f90fd6b8852679c5fc16509e94d7a";
   };
   buildInputs = [perl ghc m4];