haskellPackages: Fix eval errors

This commit is contained in:
maralorn 2024-01-01 18:28:31 +01:00
parent dffa76ad6e
commit 7b4156edda
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -654,7 +654,6 @@ let
jobs.pkgsMusl.haskell.compiler.ghcHEAD
jobs.pkgsMusl.haskell.compiler.integer-simple.ghc8107
jobs.pkgsMusl.haskell.compiler.native-bignum.ghc902
jobs.pkgsMusl.haskell.compiler.native-bignum.ghc924
jobs.pkgsMusl.haskell.compiler.native-bignum.ghc925
jobs.pkgsMusl.haskell.compiler.native-bignum.ghc926
jobs.pkgsMusl.haskell.compiler.native-bignum.ghc927