summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/non-hackage-packages.nix
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2020-12-12 10:41:47 +0800
committerPeter Simons <simons@cryp.to>2020-12-18 20:27:53 +0100
commitc31e766a24f78e8fb03ad261422e3710c1b37550 (patch)
tree5092b10651c659f6c3197e1ffbc604ea5ff33136 /pkgs/development/haskell-modules/non-hackage-packages.nix
parentfb3b144fd121aa3f89b8f5bf09d02757239e9310 (diff)
downloadnixpkgs-c31e766a24f78e8fb03ad261422e3710c1b37550.tar
nixpkgs-c31e766a24f78e8fb03ad261422e3710c1b37550.tar.gz
nixpkgs-c31e766a24f78e8fb03ad261422e3710c1b37550.tar.bz2
nixpkgs-c31e766a24f78e8fb03ad261422e3710c1b37550.tar.lz
nixpkgs-c31e766a24f78e8fb03ad261422e3710c1b37550.tar.xz
nixpkgs-c31e766a24f78e8fb03ad261422e3710c1b37550.tar.zst
nixpkgs-c31e766a24f78e8fb03ad261422e3710c1b37550.zip
haskellPackages.haskell-language-server: 0.6.0 -> 0.7.0
Remove hls-brittany as it's no longer necessary

Fix the update script to include hls-explicit-imports-plugin and
hls-retrhls-retrie-plugin
Diffstat (limited to 'pkgs/development/haskell-modules/non-hackage-packages.nix')
-rw-r--r--pkgs/development/haskell-modules/non-hackage-packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/non-hackage-packages.nix b/pkgs/development/haskell-modules/non-hackage-packages.nix
index 30f00cc6ea2..fe7fad15ce3 100644
--- a/pkgs/development/haskell-modules/non-hackage-packages.nix
+++ b/pkgs/development/haskell-modules/non-hackage-packages.nix
@@ -19,9 +19,10 @@ self: super: {
   # HLS and its fork of ghcide that it uses
   # both are auto-generated by pkgs/development/tools/haskell/haskell-language-server/update.sh
   haskell-language-server = self.callPackage ../tools/haskell/haskell-language-server { };
-  hls-brittany = self.callPackage ../tools/haskell/haskell-language-server/hls-brittany.nix { };
   hls-hlint-plugin = self.callPackage ../tools/haskell/haskell-language-server/hls-hlint-plugin.nix { };
   hls-tactics-plugin = self.callPackage ../tools/haskell/haskell-language-server/hls-tactics-plugin.nix { };
+  hls-explicit-imports-plugin = self.callPackage ../tools/haskell/haskell-language-server/hls-explicit-imports-plugin.nix { };
+  hls-retrie-plugin = self.callPackage ../tools/haskell/haskell-language-server/hls-retrie-plugin.nix { };
 
   nix-output-monitor = self.callPackage ../../tools/nix/nix-output-monitor { };