about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-29 13:01:18 +0100
committerPeter Simons <simons@cryp.to>2021-01-29 21:02:35 +0100
commit5abc9ec3a0796bd5f291488e5b6583015cf9a417 (patch)
tree25f2c84a2966c407b1fb9626b2ad49c63f01cf94 /pkgs/development/haskell-modules
parente5019a19b41d321be5ea7bacf14ded14697e738e (diff)
downloadnixlib-5abc9ec3a0796bd5f291488e5b6583015cf9a417.tar
nixlib-5abc9ec3a0796bd5f291488e5b6583015cf9a417.tar.gz
nixlib-5abc9ec3a0796bd5f291488e5b6583015cf9a417.tar.bz2
nixlib-5abc9ec3a0796bd5f291488e5b6583015cf9a417.tar.lz
nixlib-5abc9ec3a0796bd5f291488e5b6583015cf9a417.tar.xz
nixlib-5abc9ec3a0796bd5f291488e5b6583015cf9a417.tar.zst
nixlib-5abc9ec3a0796bd5f291488e5b6583015cf9a417.zip
haskell-language-server: update overrides to the latest version of lsp-test
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4c161c453c5b..8d8adb181a51 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1417,7 +1417,7 @@ self: super: {
   # https://github.com/haskell/haskell-language-server/issues/610
   # 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;
+    lsp-test = dontCheck self.lsp-test_0_12_0_0;
     fourmolu = self.fourmolu_0_3_0_0;
   });
   # 2021-01-20
@@ -1430,7 +1430,7 @@ self: super: {
   # 2. dependency shake-bench hasn't been published yet so we also need unmarkBroken and doDistribute
   ghcide = doDistribute (unmarkBroken (dontCheck
   (super.ghcide_0_7_0_0.override {
-    lsp-test = dontCheck self.lsp-test_0_11_0_7;
+    lsp-test = dontCheck self.lsp-test_0_12_0_0;
   })));
   refinery = doDistribute super.refinery_0_3_0_0;
   data-tree-print = doJailbreak super.data-tree-print;