emacsPackages.haskellMode: regress to 13.10 until next release

This commit is contained in:
John Wiegley 2014-12-19 13:57:02 -06:00
parent fe5ec0f58d
commit f6c491891f

View File

@ -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 ];