Skip to content

Commit bb8684e

Browse files
committed
Fix upper bound and bump GHC 9.13
1 parent 1401ff6 commit bb8684e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lazy-inputs/ghc913/flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

overlays/bootstrap.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ in {
312312
++ fromUntil "9.8.3" "9.8.4" ./patches/ghc/ghc-9.8.3-text-upper-bound.patch
313313
++ fromUntil "9.10" "9.10.2" ./patches/ghc/ghc-9.10-containers-upper-bound.patch
314314
++ fromUntil "9.10" "9.14" ./patches/ghc/ghc-9.10-merge-objects.patch
315-
++ fromUntil "9.12" "9.14" ./patches/ghc/ghc-9.12-Cabal-3.14.patch
316-
++ fromUntil "9.12" "9.14" ./patches/ghc/ghc-9.12-alex-3.5.2.0.patch
315+
++ fromUntil "9.12" "9.13" ./patches/ghc/ghc-9.12-Cabal-3.14.patch
316+
++ fromUntil "9.12" "9.13" ./patches/ghc/ghc-9.12-alex-3.5.2.0.patch
317317

318318
# This patch will make windows stop emitting absolute relocations. This is one way in which binutils 2.36+ (with ASLR enabled), will just choke on the
319319
# assembly we generate because it's always absolute (32bit) addressing modes.

0 commit comments

Comments
 (0)