emacs-company-ghc: 0.1.10 -> 1.1.0
This commit is contained in:
parent
2eb4f928a7
commit
ac2cdc1104
|
@ -151,22 +151,6 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
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-functional = melpaBuild rec {
|
||||
pname = "dash-functional";
|
||||
version = "2.11.0";
|
||||
|
|
Loading…
Reference in New Issue