From 58c02a0cbef10cd1d21dbbea3df59ca9c07161c7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 20 Aug 2015 22:02:48 +0200 Subject: [PATCH] emacs-haskell-mode: update to latest Git version Hopefully, this update fixes the TAB-completion issues in ghci. --- pkgs/applications/editors/emacs-modes/haskell/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/emacs-modes/haskell/default.nix b/pkgs/applications/editors/emacs-modes/haskell/default.nix index 2f8848ca0dd7..022827952b69 100644 --- a/pkgs/applications/editors/emacs-modes/haskell/default.nix +++ b/pkgs/applications/editors/emacs-modes/haskell/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchFromGitHub, emacs, texinfo }: let - version = "13.14-130-ga03bd9b"; # git describe --tags + version = "13.14-153-g318ccab"; # git describe --tags in stdenv.mkDerivation { name = "haskell-mode-${version}"; @@ -10,7 +10,7 @@ stdenv.mkDerivation { owner = "haskell"; repo = "haskell-mode"; rev = "v${version}"; - sha256 = "0k4jfixzsvwpsz37f2pvbr9slz8fpcd9nwddcv2bvi4x20jp11ma"; + sha256 = "1n08fmaf7q13y68xyzs4h686hvb7n5mdyvn1zy81d7gh0m5013k4"; }; buildInputs = [ emacs texinfo ];