haskell.compiler.ghcHEAD: 9.15.20251225 -> 9.15.20260218
This commit is contained in:
@@ -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; });
|
||||
|
||||
|
||||
@@ -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=";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user