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>2020-07-24 15:03:25 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2020-07-24 15:04:25 +0200
commitccb418a3584e9cc5b529a4559a5e3b09514160a2 (patch)
treea96ee20d9296012eb32a403d39a5d45978ac0fc1 /pkgs/development/haskell-modules/configuration-common.nix
parent0351afda02afa77a509f6dff064b61d178c0e4ba (diff)
downloadnixpkgs-ccb418a3584e9cc5b529a4559a5e3b09514160a2.tar
nixpkgs-ccb418a3584e9cc5b529a4559a5e3b09514160a2.tar.gz
nixpkgs-ccb418a3584e9cc5b529a4559a5e3b09514160a2.tar.bz2
nixpkgs-ccb418a3584e9cc5b529a4559a5e3b09514160a2.tar.lz
nixpkgs-ccb418a3584e9cc5b529a4559a5e3b09514160a2.tar.xz
nixpkgs-ccb418a3584e9cc5b529a4559a5e3b09514160a2.tar.zst
nixpkgs-ccb418a3584e9cc5b529a4559a5e3b09514160a2.zip
haskellPackages.haskell-language-server: 0.2.0.0 -> 0.2.2.0
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index a8d1d01f954..b4b743630d5 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1370,6 +1370,8 @@ self: super: {
       preCheck = ''
         export PATH=$PATH:dist/build/haskell-language-server
       '';
+      # The wrapper test does not work for now.
+      testTarget = "func-test";
 
       # test needs the git tool
       testToolDepends = old.testToolDepends