Skip to content

Commit

Permalink
haskellPackages.haskell-language-server: Fixing build
Browse files Browse the repository at this point in the history
by pinning apply-refact
  • Loading branch information
maralorn authored and peti committed Jan 22, 2021
1 parent d07ff60 commit 952ebcf
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -1420,6 +1420,10 @@ self: super: {
lsp-test = dontCheck self.lsp-test_0_11_0_7;
fourmolu = self.fourmolu_0_3_0_0;
});
# 2021-01-20
# apply-refact 0.9.0.0 get's a build error with hls-hlint-plugin 0.8.0
# https://github.com/haskell/haskell-language-server/issues/1240
apply-refact = super.apply-refact_0_8_2_1;

fourmolu = dontCheck super.fourmolu;
# 1. test requires internet
Expand Down
Expand Up @@ -2700,6 +2700,7 @@ extra-packages:
- dependent-sum == 0.4 # required by Hasura 1.3.1, 2020-08-20
- network == 2.6.3.1 # required by pkgs/games/hedgewars/default.nix, 2020-11-15
- ghcide == 0.7.0.0 # Needed for hls 0.8.0
- apply-refact == 0.8.2.1 # Needed for hls 0.8.0

package-maintainers:
peti:
Expand Down
31 changes: 31 additions & 0 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 952ebcf

Please sign in to comment.