mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
emacs-haskell-mode: 13.16 -> 16.1
This commit is contained in:
parent
781dc67704
commit
e8c2e705c0
1 changed files with 0 additions and 15 deletions
|
@ -284,21 +284,6 @@ let
|
|||
inherit (external.rtags) meta;
|
||||
};
|
||||
|
||||
haskell-mode = melpaBuild rec {
|
||||
pname = "haskell-mode";
|
||||
version = "13.16";
|
||||
src = fetchFromGitHub {
|
||||
owner = "haskell";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1gmpmfkr54sfzrif87zf92a1i13wx75bhp66h1rxhflg216m62yv";
|
||||
};
|
||||
meta = {
|
||||
description = "Haskell language support for Emacs";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
helm-bibtex = melpaBuild rec {
|
||||
pname = "helm-bibtex";
|
||||
version = "20151125";
|
||||
|
|
Loading…
Reference in a new issue