From 8a4841c0d0e438267c09b80cf7997c1688d10fb5 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Wed, 18 Jan 2023 12:17:29 +0000 Subject: [PATCH] ghc942 -> ghc944 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index e215e71a..1c5d21e5 100644 --- a/flake.nix +++ b/flake.nix @@ -40,13 +40,13 @@ haskellLib = pkgs.haskell.lib.compose; legacyPackages = pkgs.callPackage (nixpkgs + /pkgs/development/haskell-modules) { - buildHaskellPackages = pkgs.haskell.packages.ghc942; + buildHaskellPackages = pkgs.haskell.packages.ghc944; compilerConfig = pkgs.callPackage ./configuration-ghc-9.4.x.nix { inherit haskellLib; }; configurationArm = { pkgs, haskellLib }: self: super: { }; configurationCommon = import ./configuration.nix; configurationDarwin = { pkgs, haskellLib }: self: super: { }; configurationNix = { pkgs, haskellLib }: self: super: { }; - ghc = pkgs.haskell.compiler.ghc942; + ghc = pkgs.haskell.compiler.ghc944; inherit haskellLib; initialPackages = import ./initial-packages.nix; nonHackagePackages = self: super: { }; -- GitLab