summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.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/configuration-common.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/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 323284829b3..9b0dfaa4428 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1402,6 +1402,7 @@ self: super: {
   # https://github.com/haskell/haskell-language-server/issues/611
   haskell-language-server = dontCheck (super.haskell-language-server.override {
     lsp-test = dontCheck self.lsp-test_0_11_0_7;
+    fourmolu = self.fourmolu_0_3_0_0;
   });
 
   fourmolu = dontCheck super.fourmolu;
@@ -1412,12 +1413,6 @@ self: super: {
   ));
   refinery = doDistribute super.refinery_0_3_0_0;
   data-tree-print = doJailbreak super.data-tree-print;
-  # the hls brittany is objectively better, because there hasn‘t been a
-  # brittany release in a while and this version works with 8.10.
-  # And we need to build it anyways.
-  # 2020-11-15: jailbreaking because we have strict 0.4 which is to new
-  brittany = self.hls-brittany;
-  hls-brittany = dontCheck (doJailbreak super.hls-brittany);
 
   # 2020-11-15: aeson 1.5.4.1 needs to new quickcheck-instances for testing
   aeson = dontCheck super.aeson;