haskellPackages.haskell-language-server: Fix build
This commit is contained in:
parent
76d2dc403e
commit
6b43d3d8f6
@ -1452,7 +1452,7 @@ self: super: {
|
|||||||
});
|
});
|
||||||
|
|
||||||
# 2021-03-09: Overrides because nightly is to old for hls 1.0.0
|
# 2021-03-09: Overrides because nightly is to old for hls 1.0.0
|
||||||
lsp-test = doDistribute (dontCheck self.lsp-test_0_13_0_0);
|
lsp-test = doDistribute (dontCheck self.lsp-test_0_14_0_0);
|
||||||
|
|
||||||
# 2021-03-21 Test hangs
|
# 2021-03-21 Test hangs
|
||||||
# https://github.com/haskell/haskell-language-server/issues/1562
|
# https://github.com/haskell/haskell-language-server/issues/1562
|
||||||
|
@ -77,13 +77,6 @@ default-package-overrides:
|
|||||||
- gi-javascriptcore < 4.0.23 #
|
- gi-javascriptcore < 4.0.23 #
|
||||||
- gi-soup < 2.4.24 #
|
- gi-soup < 2.4.24 #
|
||||||
- gi-webkit2 < 4.0.27 #
|
- gi-webkit2 < 4.0.27 #
|
||||||
# To stay hls 1.0 compatible
|
|
||||||
- ghcide < 1.1
|
|
||||||
- hls-retrie-plugin < 1.0.0.1
|
|
||||||
- lsp < 1.2
|
|
||||||
- lsp-types < 1.2
|
|
||||||
- hls-plugin-api < 1.1.0.0
|
|
||||||
- hls-explicit-imports-plugin < 1.0.0.1
|
|
||||||
|
|
||||||
extra-packages:
|
extra-packages:
|
||||||
- base16-bytestring < 1 # required for cabal-install etc.
|
- base16-bytestring < 1 # required for cabal-install etc.
|
||||||
@ -102,7 +95,6 @@ extra-packages:
|
|||||||
- hinotify == 0.3.9 # for xmonad-0.26: https://github.com/kolmodin/hinotify/issues/29
|
- hinotify == 0.3.9 # for xmonad-0.26: https://github.com/kolmodin/hinotify/issues/29
|
||||||
- hlint < 3.3 # We don‘t have ghc-lib-parser 9.0.X yet.
|
- hlint < 3.3 # We don‘t have ghc-lib-parser 9.0.X yet.
|
||||||
- immortal == 0.2.2.1 # required by Hasura 1.3.1, 2020-08-20
|
- immortal == 0.2.2.1 # required by Hasura 1.3.1, 2020-08-20
|
||||||
- lsp-test < 0.14 # needed for hls 1.0.0
|
|
||||||
- mmorph == 1.1.3 # Newest working version of mmorph on ghc 8.6.5. needed for hls
|
- mmorph == 1.1.3 # Newest working version of mmorph on ghc 8.6.5. needed for hls
|
||||||
- network == 2.6.3.1 # required by pkgs/games/hedgewars/default.nix, 2020-11-15
|
- network == 2.6.3.1 # required by pkgs/games/hedgewars/default.nix, 2020-11-15
|
||||||
- optparse-applicative < 0.16 # needed for niv-0.2.19
|
- optparse-applicative < 0.16 # needed for niv-0.2.19
|
||||||
|
Loading…
x
Reference in New Issue
Block a user