nix: Upgrade hsie tool to GHC 8.10.7

This commit is contained in:
monacoremo
2021-11-01 23:23:19 +01:00
committed by Remo
parent 8ac14447ef
commit 0f95900822
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ rec {
# Tooling for analyzing Haskell imports and exports.
hsie =
pkgs.callPackage nix/hsie {
ghcWithPackages = pkgs.haskell.packages.ghc884.ghcWithPackages;
ghcWithPackages = pkgs.haskell.packages."${compiler}".ghcWithPackages;
};
### Tools