haskellPackages: Fix eval errors
This commit is contained in:
parent
dffa76ad6e
commit
7b4156edda
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user