3
0
Fork 0
forked from mirrors/nixpkgs

emacs-haskell-mode: 13.16 -> 16.1

This commit is contained in:
Thomas Tuegel 2016-09-26 07:52:28 -05:00
parent 781dc67704
commit e8c2e705c0
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

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