about summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2024-01-01 18:28:31 +0100
committermaralorn <mail@maralorn.de>2024-01-01 18:28:31 +0100
commit7b4156eddac0142fc02dba8f88c958f71e9d0baa (patch)
tree004685942fa45d3f295560d1764cace79f2aff4d /pkgs/test
parentdffa76ad6e59a366e08a30e6d81fb4a320e0452e (diff)
haskellPackages: Fix eval errors
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/haskell/incremental/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/test/haskell/incremental/default.nix b/pkgs/test/haskell/incremental/default.nix
index 4509939ba4f42..59bd5e491e95f 100644
--- a/pkgs/test/haskell/incremental/default.nix
+++ b/pkgs/test/haskell/incremental/default.nix
@@ -9,7 +9,7 @@ let
   inherit (haskell.lib.compose) overrideCabal;
 
   # Incremental builds work with GHC >=9.4.
-  temporary = haskell.packages.ghc944.temporary;
+  temporary = haskell.haskellPackages.temporary;
 
   # This will do a full build of `temporary`, while writing the intermediate build products
   # (compiled modules, etc.) to the `intermediates` output.