emacsPackages.ghc-mod: remove
This commit is contained in:
parent
849ee9286c
commit
7c8b8f7b87
@ -127,4 +127,5 @@ in
|
||||
### Aliases
|
||||
// lib.optionalAttrs pkgs.config.allowAliases {
|
||||
ess-R-object-popup = throw "emacsPackages.ess-R-object-popup was deleted, since the upstream repo looks abandoned."; # Added 2024-07-15
|
||||
ghc-mod = throw "emacsPackages.ghc-mod was deleted because it is deprecated, use haskell-language-server instead."; # Added 2024-07-17
|
||||
}
|
||||
|
@ -1,25 +0,0 @@
|
||||
{ lib
|
||||
, melpaBuild
|
||||
, haskell-mode
|
||||
, haskellPackages
|
||||
, writeText
|
||||
}:
|
||||
|
||||
melpaBuild {
|
||||
pname = "ghc";
|
||||
|
||||
inherit (haskellPackages.ghc-mod) version src;
|
||||
|
||||
packageRequires = [ haskell-mode ];
|
||||
|
||||
propagatedUserEnvPkgs = [ haskellPackages.ghc-mod ];
|
||||
|
||||
recipe = writeText "recipe" ''
|
||||
(ghc-mod :repo "DanielG/ghc-mod" :fetcher github :files ("elisp/*.el"))
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Extension of haskell-mode that provides completion of symbols and documentation browsing";
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user