haskellPackages.haskell-language-server: Fix build

This commit is contained in:
Malte Brandy
2021-05-11 19:59:55 +02:00
parent b3c521a562
commit b729cc4565
2 changed files with 21 additions and 2 deletions
@@ -81,8 +81,10 @@ default-package-overrides:
# e. g. https://github.com/diagrams/diagrams-core/issues/115
# We can keep this pin presumably until base 4.15
- monoid-extras < 0.6
- ghcide == 1.2.* # 2021-05-11: Pin for hls 1.1.0
- hls-plugin-api == 1.1.0.0 # 2021-05-11: Pin for hls 1.1.0
# 2021-05-11: Pin for hls 1.1.0
- ghcide == 1.2.*
- hls-plugin-api == 1.1.0.0
- hls-explicit-imports-plugin < 1.0.0.2
extra-packages:
- base16-bytestring < 1 # required for cabal-install etc.