1
0
Fork 0

Prime ghc

main
Bill Ewanick 2023-11-10 10:30:16 -05:00
parent 9bf196a8f9
commit 0d71490cc3
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
ghc = pkgs.haskell.packages.ghc928.ghcWithHoogle (self: with self;
ghc' = pkgs.haskell.packages.ghc928.ghcWithHoogle (self: with self;
[
relude
split
@ -70,7 +70,7 @@
in
pkgs.mkShell {
buildInputs = with pkgs.haskellPackages; [
ghc
ghc'
haskell-language-server
ghcid