Skip to content

Commit 9141d74

Browse files
committed
Remove -inplace from package ids
1 parent b7ae376 commit 9141d74

File tree

2 files changed

+752
-1
lines changed

2 files changed

+752
-1
lines changed

overlays/bootstrap.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ in {
277277
++ final.lib.optional (versionAtLeast "8.10.7" && versionLessThan "9.0" && final.stdenv.targetPlatform.isAarch64 && final.stdenv.targetPlatform.isMusl && final.stdenv.targetPlatform != final.stdenv.hostPlatform) ./patches/ghc/ghc-8.10-aarch64-musl-gettimeofday.patch
278278

279279
# Haskell.nix planning breaks if boot package ids have a suffix
280-
++ from "9.8.1" ./patches/ghc/ghc-9.8.1-remove-inplace-suffix.patch
280+
++ fromUntil "9.8.1" "9.9" ./patches/ghc/ghc-9.8.1-remove-inplace-suffix.patch
281+
++ from "9.9" ./patches/ghc/ghc-9.9-remove-inplace-suffix.patch
281282
;
282283
in ({
283284
ghc865 = final.callPackage ../compiler/ghc (traceWarnOld "8.6" {

0 commit comments

Comments
 (0)