summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-05-08 01:04:00 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2021-05-08 01:05:37 +0200
commit58f8338e61c2cfe8ef0e15c0dbb95df0d5c49897 (patch)
treee318166a6783cc9aefb422aa1958cd54672430c9 /pkgs/development/haskell-modules/configuration-common.nix
parente4633b8a6808d8ecfd03d5f566ff05188f775ba0 (diff)
downloadnixpkgs-58f8338e61c2cfe8ef0e15c0dbb95df0d5c49897.tar
nixpkgs-58f8338e61c2cfe8ef0e15c0dbb95df0d5c49897.tar.gz
nixpkgs-58f8338e61c2cfe8ef0e15c0dbb95df0d5c49897.tar.bz2
nixpkgs-58f8338e61c2cfe8ef0e15c0dbb95df0d5c49897.tar.lz
nixpkgs-58f8338e61c2cfe8ef0e15c0dbb95df0d5c49897.tar.xz
nixpkgs-58f8338e61c2cfe8ef0e15c0dbb95df0d5c49897.tar.zst
nixpkgs-58f8338e61c2cfe8ef0e15c0dbb95df0d5c49897.zip
haskell-language-server: Fix build of multiple plugins
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2ddce1a5514..24dc90365b8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1424,6 +1424,12 @@ self: super: {
   # https://github.com/haskell/haskell-language-server/issues/611
   haskell-language-server = dontCheck super.haskell-language-server;
 
+  # 2021-05-08: Tests fail: https://github.com/haskell/haskell-language-server/issues/1808
+  hls-splice-plugin = dontCheck super.hls-splice-plugin;
+
+  # 2021-05-08: Tests fail: https://github.com/haskell/haskell-language-server/issues/1809
+  hls-eval-plugin = dontCheck super.hls-eval-plugin;
+
   # 2021-03-19: Too restrictive upper bound on optparse-applicative
   stylish-haskell = doJailbreak super.stylish-haskell;