From 176ccbcda8cf5096e3db148b42ee9a1eead9b790 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sat, 28 Oct 2023 10:52:31 +0200 Subject: ghc*: patch build of docs after sphinx update The 8.x versions don't seem to need this (and the patch wouldn't apply). --- pkgs/development/compilers/ghc/9.0.2.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/compilers/ghc/9.0.2.nix') diff --git a/pkgs/development/compilers/ghc/9.0.2.nix b/pkgs/development/compilers/ghc/9.0.2.nix index f5f0c931714..6be098972ee 100644 --- a/pkgs/development/compilers/ghc/9.0.2.nix +++ b/pkgs/development/compilers/ghc/9.0.2.nix @@ -194,6 +194,7 @@ stdenv.mkDerivation (rec { url = "https://gitlab.haskell.org/ghc/ghc/-/commit/10e94a556b4f90769b7fd718b9790d58ae566600.patch"; sha256 = "0kmhfamr16w8gch0lgln2912r8aryjky1hfcda3jkcwa5cdzgjdv"; }) + ./docs-sphinx-7.patch # fix hyperlinked haddock sources: https://github.com/haskell/haddock/pull/1482 (fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/haskell/haddock/pull/1482.patch"; -- cgit 1.4.1