haskell-language-server: disable hydra tests for ghc-9.0

This commit is contained in:
(cdep)illabout 2021-05-16 14:41:24 +09:00
parent 3522110f87
commit 0c7f75732f
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -209,7 +209,9 @@ let
cabal-install = all;
Cabal_3_4_0_0 = with compilerNames; [ ghc884 ghc8104 ];
funcmp = all;
haskell-language-server = all;
# Doesn't currently work on ghc-9.0:
# https://github.com/haskell/haskell-language-server/issues/297
haskell-language-server = with compilerNames; [ ghc884 ghc8104 ];
hoogle = all;
hsdns = all;
jailbreak-cabal = all;