haskellPackages.ghcide: Remove obsolete unmarkBroken and update test comment
This commit is contained in:
parent
c9ef83b65e
commit
e39c29e6e9
@ -1420,9 +1420,9 @@ self: super: {
|
|||||||
# https://github.com/haskell/haskell-language-server/issues/1536
|
# https://github.com/haskell/haskell-language-server/issues/1536
|
||||||
hls-tactics-plugin = dontCheck super.hls-tactics-plugin;
|
hls-tactics-plugin = dontCheck super.hls-tactics-plugin;
|
||||||
|
|
||||||
# 1. test requires internet
|
# 2021-03-21 Test hangs
|
||||||
# 2. dependency shake-bench hasn't been published yet so we also need unmarkBroken and doDistribute
|
# https://github.com/haskell/haskell-language-server/issues/1562
|
||||||
ghcide = doDistribute (unmarkBroken (dontCheck super.ghcide));
|
ghcide = dontCheck super.ghcide;
|
||||||
|
|
||||||
# 2020-03-09: Tests broken in hackage release
|
# 2020-03-09: Tests broken in hackage release
|
||||||
# fixed on upstream, but not released in hiedb 0.3.0.1
|
# fixed on upstream, but not released in hiedb 0.3.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user