From 0d71490cc37664d7ba2a04d3a7db8680b502f0d8 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Fri, 10 Nov 2023 10:30:16 -0500 Subject: [PATCH] Prime ghc --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 36b8ef5..b2e17b2 100644 --- a/flake.nix +++ b/flake.nix @@ -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