From f6c491891f0681fc4d1c1ba10415a4dcb89a10f5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 19 Dec 2014 13:57:02 -0600 Subject: emacsPackages.haskellMode: regress to 13.10 until next release --- pkgs/applications/editors/emacs-modes/haskell/default.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'pkgs/applications/editors') diff --git a/pkgs/applications/editors/emacs-modes/haskell/default.nix b/pkgs/applications/editors/emacs-modes/haskell/default.nix index b7ddb508b0009..3f4b93dc63817 100644 --- a/pkgs/applications/editors/emacs-modes/haskell/default.nix +++ b/pkgs/applications/editors/emacs-modes/haskell/default.nix @@ -1,13 +1,11 @@ -{ stdenv, fetchFromGitHub, emacs, texinfo }: +{ stdenv, fetchurl, emacs, texinfo }: stdenv.mkDerivation rec { - name = "haskell-mode-20141113"; + name = "haskell-mode-13.10"; - src = fetchFromGitHub { - owner = "haskell"; - repo = "haskell-mode"; - rev = "fa6468ed36166799439ffea454dddf85335bb424"; - sha256 = "12qvlcbil25fs1amndpy03pfqlsbidav9rd1fc79whqxrgylxxnz"; + src = fetchurl { + url = "https://github.com/haskell/haskell-mode/archive/v13.10.tar.gz"; + sha256 = "0hcg7wpalcdw8j36m8vd854zrrgym074r7m903rpwfrhx9mlg02b"; }; buildInputs = [ emacs texinfo ]; -- cgit 1.4.1