Skip to content

Commit 366a923

Browse files
committed
Update ghc911
1 parent 8c9fa55 commit 366a923

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lazy-inputs/ghc911/flake.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

overlays/bootstrap.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ in {
8181
# Try to avoid reordering the patches unless a patch is added or changed that
8282
# will be applied to most versions of the GHC anyway (reordering the patches
8383
# results in rebuilds of GHC and reduces sharing in /nix/store).
84-
in always ./patches/ghc/dll-loader-8.4.2.patch # https://gitlab.haskell.org/ghc/ghc/merge_requests/949 -- open
84+
in until "9.11" ./patches/ghc/dll-loader-8.4.2.patch # https://gitlab.haskell.org/ghc/ghc/merge_requests/949 -- open
8585
++ until "9.2" ./patches/ghc/ghc-8.4.3-Cabal2201-no-hackage-tests.patch # ?
8686
++ until "9.2" ./patches/ghc/cabal-host.patch # https://github.com/haskell/cabal/issues/5887
8787
++ fromUntil "9.2" "9.4" ./patches/ghc/ghc-9.2-cabal-host.patch # https://github.com/haskell/cabal/issues/5887

0 commit comments

Comments
 (0)