emacs-haskell-mode: update to latest Git version

Hopefully, this update fixes the TAB-completion issues in ghci.

+2 -2
+2 -2
pkgs/applications/editors/emacs-modes/haskell/default.nix
··· 1 { stdenv, fetchFromGitHub, emacs, texinfo }: 2 3 let 4 - version = "13.14-130-ga03bd9b"; # git describe --tags 5 in 6 stdenv.mkDerivation { 7 name = "haskell-mode-${version}"; ··· 10 owner = "haskell"; 11 repo = "haskell-mode"; 12 rev = "v${version}"; 13 - sha256 = "0k4jfixzsvwpsz37f2pvbr9slz8fpcd9nwddcv2bvi4x20jp11ma"; 14 }; 15 16 buildInputs = [ emacs texinfo ];
··· 1 { stdenv, fetchFromGitHub, emacs, texinfo }: 2 3 let 4 + version = "13.14-153-g318ccab"; # git describe --tags 5 in 6 stdenv.mkDerivation { 7 name = "haskell-mode-${version}"; ··· 10 owner = "haskell"; 11 repo = "haskell-mode"; 12 rev = "v${version}"; 13 + sha256 = "1n08fmaf7q13y68xyzs4h686hvb7n5mdyvn1zy81d7gh0m5013k4"; 14 }; 15 16 buildInputs = [ emacs texinfo ];