haskell.compiler.ghcHEAD: 9.15.20251225 -> 9.15.20260218

This commit is contained in:
Alexandre Esteves
2026-02-18 23:52:55 +00:00
parent 092f6f26ab
commit ce35c1b37c
2 changed files with 7 additions and 5 deletions
@@ -320,8 +320,10 @@
./ghc-define-undefined-elf-st-visibility.patch
]
# Fix docs build with Sphinx >= 9 https://gitlab.haskell.org/ghc/ghc/-/issues/26810
++ [ ./ghc-9.6-or-later-docs-sphinx-9.patch ]
++ lib.optionals (lib.versionOlder version "9.15.20260127") [
# Fix docs build with Sphinx >= 9 https://gitlab.haskell.org/ghc/ghc/-/issues/26810
./ghc-9.6-or-later-docs-sphinx-9.patch
]
++ (import ./common-llvm-patches.nix { inherit lib version fetchpatch; });
+3 -3
View File
@@ -1,5 +1,5 @@
import ./common-hadrian.nix {
version = "9.15.20251225";
rev = "a3afae0c85fa57479378a5df5bbde2e3a8da8a06";
sha256 = "sha256-inZFFKnCb8C7RTlKP2bnHOLfc1GveGi6Wy0uAaLv1Kk=";
version = "9.15.20260218";
rev = "68bd08055594b8cbf6148a72d108786deb6c12a1";
sha256 = "sha256-SOTlIjtxC4QLG5phTOEYPp1mS59jhL05bGAzopdLAJg=";
}