summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2020-09-02 20:46:00 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2020-09-02 20:46:00 +0200
commit6be7f90931197d047aa12732ddc37ab756d71e85 (patch)
tree696a53b9031db40991a797d92d4c4cb9e0108522 /pkgs/development/haskell-modules/configuration-common.nix
parentcf1a3d7ecee1769d441cd60c4e2470882fbb3bab (diff)
downloadnixpkgs-6be7f90931197d047aa12732ddc37ab756d71e85.tar
nixpkgs-6be7f90931197d047aa12732ddc37ab756d71e85.tar.gz
nixpkgs-6be7f90931197d047aa12732ddc37ab756d71e85.tar.bz2
nixpkgs-6be7f90931197d047aa12732ddc37ab756d71e85.tar.lz
nixpkgs-6be7f90931197d047aa12732ddc37ab756d71e85.tar.xz
nixpkgs-6be7f90931197d047aa12732ddc37ab756d71e85.tar.zst
nixpkgs-6be7f90931197d047aa12732ddc37ab756d71e85.zip
haskellPackages.haskell-language-server: Fix eval
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 7bd25db08a3..cfb31e2e52c 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1445,7 +1445,7 @@ self: super: {
     # Test disabled: it seems to freeze (is it just that it takes a long time ?)
     ghcide = dontCheck super.hls-ghcide;
     # we are faster than stack here
-    hie-bios = dontCheck super.hie-bios_0_7_0;
+    hie-bios = dontCheck super.hie-bios_0_7_1;
     lsp-test = dontCheck super.lsp-test_0_11_0_4;
     # fourmolu can‘t compile with an older aeson
     aeson = dontCheck super.aeson_1_5_2_0;