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-08-14 19:02:59 +0200
committerMalte Brandy <malte.brandy@maralorn.de>2020-08-14 19:02:59 +0200
commitff5c9664b6a07f2a8cff8101fc96cdaf1015d128 (patch)
tree202d3b9f918dd91db3be191c58f3ca5ee893a005 /pkgs/development/haskell-modules/configuration-common.nix
parentc3a618dd5a0225023b35943bb836562cd034e1f5 (diff)
downloadnixpkgs-ff5c9664b6a07f2a8cff8101fc96cdaf1015d128.tar
nixpkgs-ff5c9664b6a07f2a8cff8101fc96cdaf1015d128.tar.gz
nixpkgs-ff5c9664b6a07f2a8cff8101fc96cdaf1015d128.tar.bz2
nixpkgs-ff5c9664b6a07f2a8cff8101fc96cdaf1015d128.tar.lz
nixpkgs-ff5c9664b6a07f2a8cff8101fc96cdaf1015d128.tar.xz
nixpkgs-ff5c9664b6a07f2a8cff8101fc96cdaf1015d128.tar.zst
nixpkgs-ff5c9664b6a07f2a8cff8101fc96cdaf1015d128.zip
haskellPackages.haskell-language-server: Fix evalution errors
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index b2982d0d682..64354dd108f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1335,7 +1335,7 @@ self: super: {
           '';
         })).override {
           # we are faster than stack here
-          hie-bios = dontCheck self.hie-bios_0_6_1;
+          hie-bios = dontCheck self.hie-bios_0_6_2;
           lsp-test = dontCheck self.lsp-test_0_11_0_4;
         });
 
@@ -1355,7 +1355,7 @@ self: super: {
       # use a fork of ghcide
       ghcide = self.hls-ghcide;
       # we are faster than stack here
-      hie-bios = dontCheck self.hie-bios_0_6_1;
+      hie-bios = dontCheck self.hie-bios_0_6_2;
       lsp-test = dontCheck self.lsp-test_0_11_0_4;
     };