3
0
Fork 0
forked from mirrors/nixpkgs

remove emacs-hi2

This commit is contained in:
Thomas Tuegel 2016-09-26 07:54:08 -05:00
parent 24b96d662a
commit 3f9e3563ff
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -284,22 +284,6 @@ let
inherit (external.rtags) meta;
};
# deprecated, part of haskell-mode now
hi2 = melpaBuild rec {
pname = "hi2";
version = "1.0";
src = fetchFromGitHub {
owner = "nilcons";
repo = pname;
rev = version;
sha256 = "1s08sgbh5v59lqskd0s1dscs6dy7z5mkqqkabs3gd35agbfvbmlf";
};
meta = {
description = "Minor haskell-indentation mode for haskell-mode, 2nd try";
license = gpl3Plus;
};
};
highlight-indentation = melpaBuild rec {
pname = "highlight-indentation";
version = "0.7.0";