summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs/modes/haskell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/emacs/modes/haskell/default.nix')
-rw-r--r--pkgs/applications/editors/emacs/modes/haskell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/emacs/modes/haskell/default.nix b/pkgs/applications/editors/emacs/modes/haskell/default.nix
index 33a29ae7dde..c75c1caf133 100644
--- a/pkgs/applications/editors/emacs/modes/haskell/default.nix
+++ b/pkgs/applications/editors/emacs/modes/haskell/default.nix
@@ -2,7 +2,7 @@
   name = "haskell-mode-1.45";
   builder = ./builder.sh;
   src = fetchurl {
-    url = http://www.haskell.org/haskell-mode/haskell-mode-1.45.tar.gz;
+    url = http://catamaran.labs.cs.uu.nl/dist/tarballs/haskell-mode-1.45.tar.gz;
     md5 = "c609998580cdb9ca8888c7d47d22ca3b";
   };
 }