emacs24Packages.haskellMode: update from 13.07 to 13.10
This commit is contained in:
parent
3aaffe26ea
commit
16cd5aba6a
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, emacs, texinfo }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "haskell-mode-13.07";
|
||||
name = "haskell-mode-13.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/haskell/haskell-mode/archive/v13.07.tar.gz";
|
||||
sha256 = "15c8ncj9mykkrizy1a8l94gq37s8hj13v3p5rgyaj9z0cwgl85kx";
|
||||
url = "https://github.com/haskell/haskell-mode/archive/v13.10.tar.gz";
|
||||
sha256 = "0hcg7wpalcdw8j36m8vd854zrrgym074r7m903rpwfrhx9mlg02b";
|
||||
};
|
||||
|
||||
buildInputs = [ emacs texinfo ];
|
||||
|
Loading…
Reference in New Issue
Block a user