emacs-packages: add company-ghc-0.1.10

This commit is contained in:
Thomas Tuegel 2015-04-08 15:10:07 -05:00
parent ee02448540
commit d01ce27a46

View File

@ -280,6 +280,22 @@ let self = _self // overrides;
meta = { license = gpl3Plus; };
};
company-ghc = melpaBuild rec {
pname = "company-ghc";
version = "0.1.10";
src = fetchFromGitHub {
owner = "iquiw";
repo = "company-ghc";
rev = "v${version}";
sha256 = "0lzwmjf91fxhkknk4z9m2v6whk1fzpa7n1rspp61lwmyh5gakj3x";
};
packageRequires = [ company ghc-mod ];
meta = {
description = "company-mode completion backend for haskell-mode via ghc-mod";
license = gpl3Plus;
};
};
dash = melpaBuild rec {
pname = "dash";
version = "2.9.0";