1
0
Fork 0

Update GHC version for HLS

main
Bill Ewanick 2023-09-13 11:37:29 -04:00
parent b2bf95de1b
commit fc26e6e6a9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
ghc = pkgs.haskell.packages.ghc924.ghcWithHoogle (self: with self;
ghc = pkgs.haskell.packages.ghc928.ghcWithHoogle (self: with self;
[
relude
split