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-03-12 15:21:16 +0100
committerMalte Brandy <malte.brandy@maralorn.de>2021-03-12 15:36:19 +0100
commite39c29e6e98db444cd14fc88a39a4f9c3274d37d (patch)
treebddbb86d3938fadc75959a2aa152089441a642f5 /pkgs/development/haskell-modules/configuration-common.nix
parentc9ef83b65e66db01c456688dff1d0d0f14adb0ba (diff)
downloadnixpkgs-e39c29e6e98db444cd14fc88a39a4f9c3274d37d.tar
nixpkgs-e39c29e6e98db444cd14fc88a39a4f9c3274d37d.tar.gz
nixpkgs-e39c29e6e98db444cd14fc88a39a4f9c3274d37d.tar.bz2
nixpkgs-e39c29e6e98db444cd14fc88a39a4f9c3274d37d.tar.lz
nixpkgs-e39c29e6e98db444cd14fc88a39a4f9c3274d37d.tar.xz
nixpkgs-e39c29e6e98db444cd14fc88a39a4f9c3274d37d.tar.zst
nixpkgs-e39c29e6e98db444cd14fc88a39a4f9c3274d37d.zip
haskellPackages.ghcide: Remove obsolete unmarkBroken and update test comment
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e9802a3afe8..2d3789970bf 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1420,9 +1420,9 @@ self: super: {
   # https://github.com/haskell/haskell-language-server/issues/1536
   hls-tactics-plugin = dontCheck super.hls-tactics-plugin;
 
-  # 1. test requires internet
-  # 2. dependency shake-bench hasn't been published yet so we also need unmarkBroken and doDistribute
-  ghcide = doDistribute (unmarkBroken (dontCheck super.ghcide));
+  # 2021-03-21 Test hangs
+  # https://github.com/haskell/haskell-language-server/issues/1562
+  ghcide = dontCheck super.ghcide;
 
   # 2020-03-09: Tests broken in hackage release
   # fixed on upstream, but not released in hiedb 0.3.0.1