Merge pull request #5367 from aycanirican/master

emacs24Packages.haskellMode updated to latest git.
This commit is contained in:
Aycan iRiCAN 2014-12-17 14:42:40 +02:00
commit a837382f6c

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, emacs, texinfo }:
{ stdenv, fetchgit, emacs, texinfo }:
stdenv.mkDerivation rec {
name = "haskell-mode-13.10";
name = "haskell-mode-20141113";
src = fetchurl {
url = "https://github.com/haskell/haskell-mode/archive/v13.10.tar.gz";
sha256 = "0hcg7wpalcdw8j36m8vd854zrrgym074r7m903rpwfrhx9mlg02b";
src = fetchgit {
url = "https://github.com/haskell/haskell-mode.git";
sha256 = "fc2a15f3a88f2343663e8b078464991a1af5ffe36c8158ee4f61c5d0358c9daf";
};
buildInputs = [ emacs texinfo ];