Skip to content
Snippets Groups Projects
Commit 8a4841c0 authored by Daniel Firth's avatar Daniel Firth
Browse files

ghc942 -> ghc944

parent 2a05da3f
Branches
Tags
No related merge requests found
...@@ -40,13 +40,13 @@ ...@@ -40,13 +40,13 @@
haskellLib = pkgs.haskell.lib.compose; haskellLib = pkgs.haskell.lib.compose;
legacyPackages = pkgs.callPackage (nixpkgs + /pkgs/development/haskell-modules) { 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; }; compilerConfig = pkgs.callPackage ./configuration-ghc-9.4.x.nix { inherit haskellLib; };
configurationArm = { pkgs, haskellLib }: self: super: { }; configurationArm = { pkgs, haskellLib }: self: super: { };
configurationCommon = import ./configuration.nix; configurationCommon = import ./configuration.nix;
configurationDarwin = { pkgs, haskellLib }: self: super: { }; configurationDarwin = { pkgs, haskellLib }: self: super: { };
configurationNix = { pkgs, haskellLib }: self: super: { }; configurationNix = { pkgs, haskellLib }: self: super: { };
ghc = pkgs.haskell.compiler.ghc942; ghc = pkgs.haskell.compiler.ghc944;
inherit haskellLib; inherit haskellLib;
initialPackages = import ./initial-packages.nix; initialPackages = import ./initial-packages.nix;
nonHackagePackages = self: super: { }; nonHackagePackages = self: super: { };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment