haskell.compiler.ghcHEAD: stop applying upstreamed sphinx 9 patch

This commit is contained in:
sternenseemann
2026-03-28 22:59:14 +01:00
parent 1068dc82d8
commit 2b2e1c60eb
@@ -321,7 +321,9 @@
]
# 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.20260129") [
./ghc-9.6-or-later-docs-sphinx-9.patch
]
# Fixes rts/Types.h missing from the install when targeting javascript
# See https://gitlab.haskell.org/ghc/ghc/-/merge_requests/15740, krank:ignore-line