about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-01-26 18:04:01 +0100
committerGitHub <noreply@github.com>2023-01-26 18:04:01 +0100
commit6f3728df507fd1683cf16e49a0078dc800330259 (patch)
treeb68c5e1f02aa7a8744ad793de6267b60ad1f468f /pkgs/top-level
parent5d4d40488dc23c6f0d3d1d288f75cc3d917d4691 (diff)
parent4671a0d96b10f87bbfc885dfb2f09c51139ea2e8 (diff)
Merge pull request #210353 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/haskell-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index b4beafcfd3c4a..6a1c4bcf5db90 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -406,7 +406,7 @@ in {
     ghcHEAD = callPackage ../development/haskell-modules {
       buildHaskellPackages = bh.packages.ghcHEAD;
       ghc = bh.compiler.ghcHEAD;
-      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-head.nix { };
+      compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.8.x.nix { };
     };
 
     ghcjs = packages.ghcjs810;