From 1b70303402fe372464a9c69cce70ac30ac8d4253 Mon Sep 17 00:00:00 2001 From: MATSUBARA Nobutada Date: Sat, 18 Dec 2021 04:44:53 +0900 Subject: [PATCH] Fix haddock path in cabal files --- haskell/assets/ghc_9_0_1_win.patch | 358 +++++++++++++++++++++++++++++ haskell/ghc_bindist.bzl | 1 + 2 files changed, 359 insertions(+) create mode 100644 haskell/assets/ghc_9_0_1_win.patch diff --git a/haskell/assets/ghc_9_0_1_win.patch b/haskell/assets/ghc_9_0_1_win.patch new file mode 100644 index 000000000..597021c3a --- /dev/null +++ b/haskell/assets/ghc_9_0_1_win.patch @@ -0,0 +1,358 @@ +--- lib/package.conf.d/Cabal-3.4.0.0.conf ++++ lib/package.conf.d/Cabal-3.4.0.0.conf +@@ -183,5 +183,5 @@ depends: + pretty-1.1.3.6 process-1.6.11.0 text-1.2.4.1 time-1.9.3 + transformers-0.5.6.2 + +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/Cabal\Cabal.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/Cabal ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/Cabal\Cabal.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/Cabal +--- lib/package.conf.d/Win32-2.10.0.0.conf ++++ lib/package.conf.d/Win32-2.10.0.0.conf +@@ -61,5 +61,5 @@ includes: + alignment.h + + depends: base-4.15.0.0 bytestring-0.10.12.1 filepath-1.4.2.1 +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/Win32\Win32.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/Win32 ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/Win32\Win32.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/Win32 +--- lib/package.conf.d/array-0.5.4.0.conf ++++ lib/package.conf.d/array-0.5.4.0.conf +@@ -29,5 +29,5 @@ dynamic-library-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1 + data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\array-0.5.4.0 + hs-libraries: HSarray-0.5.4.0 + depends: base-4.15.0.0 +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/array\array.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/array ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/array\array.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/array +--- lib/package.conf.d/base-4.15.0.0.conf ++++ lib/package.conf.d/base-4.15.0.0.conf +@@ -112,5 +112,5 @@ extra-libraries: + include-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1\base-4.15.0.0\include + includes: HsBase.h + depends: ghc-bignum-1.0 ghc-prim-0.7.0 rts-1.0 +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/base\base.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/base ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/base\base.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/base +--- lib/package.conf.d/binary-0.8.8.0.conf ++++ lib/package.conf.d/binary-0.8.8.0.conf +@@ -40,5 +40,5 @@ hs-libraries: HSbinary-0.8.8.0 + depends: + array-0.5.4.0 base-4.15.0.0 bytestring-0.10.12.1 containers-0.6.4.1 + +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/binary\binary.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/binary ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/binary\binary.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/binary +--- lib/package.conf.d/bytestring-0.10.12.1.conf ++++ lib/package.conf.d/bytestring-0.10.12.1.conf +@@ -94,6 +94,6 @@ depends: + base-4.15.0.0 deepseq-1.4.5.0 ghc-bignum-1.0 ghc-prim-0.7.0 + + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/bytestring\bytestring.haddock ++ ${pkgroot}/../docs/html/libraries/bytestring\bytestring.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/bytestring ++haddock-html: ${pkgroot}/../docs/html/libraries/bytestring +--- lib/package.conf.d/containers-0.6.4.1.conf ++++ lib/package.conf.d/containers-0.6.4.1.conf +@@ -50,6 +50,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\containers-0.6.4.1 + hs-libraries: HScontainers-0.6.4.1 + depends: array-0.5.4.0 base-4.15.0.0 deepseq-1.4.5.0 + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/containers\containers.haddock ++ ${pkgroot}/../docs/html/libraries/containers\containers.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/containers ++haddock-html: ${pkgroot}/../docs/html/libraries/containers +--- lib/package.conf.d/deepseq-1.4.5.0.conf ++++ lib/package.conf.d/deepseq-1.4.5.0.conf +@@ -33,6 +33,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\deepseq-1.4.5.0 + hs-libraries: HSdeepseq-1.4.5.0 + depends: array-0.5.4.0 base-4.15.0.0 + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/deepseq\deepseq.haddock ++ ${pkgroot}/../docs/html/libraries/deepseq\deepseq.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/deepseq ++haddock-html: ${pkgroot}/../docs/html/libraries/deepseq +--- lib/package.conf.d/directory-1.3.6.1.conf ++++ lib/package.conf.d/directory-1.3.6.1.conf +@@ -31,6 +31,6 @@ depends: + Win32-2.10.0.0 base-4.15.0.0 filepath-1.4.2.1 time-1.9.3 + + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/directory\directory.haddock ++ ${pkgroot}/../docs/html/libraries/directory\directory.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/directory ++haddock-html: ${pkgroot}/../docs/html/libraries/directory +--- lib/package.conf.d/exceptions-0.10.4.conf ++++ lib/package.conf.d/exceptions-0.10.4.conf +@@ -28,6 +28,6 @@ depends: + transformers-0.5.6.2 + + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/exceptions\exceptions.haddock ++ ${pkgroot}/../docs/html/libraries/exceptions\exceptions.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/exceptions ++haddock-html: ${pkgroot}/../docs/html/libraries/exceptions +--- lib/package.conf.d/filepath-1.4.2.1.conf ++++ lib/package.conf.d/filepath-1.4.2.1.conf +@@ -33,6 +33,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\filepath-1.4.2.1 + hs-libraries: HSfilepath-1.4.2.1 + depends: base-4.15.0.0 + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/filepath\filepath.haddock ++ ${pkgroot}/../docs/html/libraries/filepath\filepath.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/filepath ++haddock-html: ${pkgroot}/../docs/html/libraries/filepath +--- lib/package.conf.d/ghc-9.0.1.conf ++++ lib/package.conf.d/ghc-9.0.1.conf +@@ -200,5 +200,5 @@ depends: + process-1.6.11.0 template-haskell-2.17.0.0 time-1.9.3 + transformers-0.5.6.2 + +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/ghc\ghc.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/ghc\ghc.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/ghc +--- lib/package.conf.d/ghc-bignum-1.0.conf ++++ lib/package.conf.d/ghc-bignum-1.0.conf +@@ -28,6 +28,6 @@ hs-libraries: HSghc-bignum-1.0 + include-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1\ghc-bignum-1.0\include + depends: ghc-prim-0.7.0 + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/ghc-bignum\ghc-bignum.haddock ++ ${pkgroot}/../docs/html/libraries/ghc-bignum\ghc-bignum.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-bignum ++haddock-html: ${pkgroot}/../docs/html/libraries/ghc-bignum +--- lib/package.conf.d/ghc-boot-9.0.1.conf ++++ lib/package.conf.d/ghc-boot-9.0.1.conf +@@ -40,6 +40,6 @@ depends: + ghc-boot-th-9.0.1 + + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/ghc-boot\ghc-boot.haddock ++ ${pkgroot}/../docs/html/libraries/ghc-boot\ghc-boot.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-boot ++haddock-html: ${pkgroot}/../docs/html/libraries/ghc-boot +--- lib/package.conf.d/ghc-boot-th-9.0.1.conf ++++ lib/package.conf.d/ghc-boot-th-9.0.1.conf +@@ -30,6 +30,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\ghc-boot-th-9.0.1 + hs-libraries: HSghc-boot-th-9.0.1 + depends: base-4.15.0.0 + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/ghc-boot-th\ghc-boot-th.haddock ++ ${pkgroot}/../docs/html/libraries/ghc-boot-th\ghc-boot-th.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-boot-th ++haddock-html: ${pkgroot}/../docs/html/libraries/ghc-boot-th +--- lib/package.conf.d/ghc-compact-0.1.0.0.conf ++++ lib/package.conf.d/ghc-compact-0.1.0.0.conf +@@ -29,6 +29,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\ghc-compact-0.1.0.0 + hs-libraries: HSghc-compact-0.1.0.0 + depends: base-4.15.0.0 bytestring-0.10.12.1 ghc-prim-0.7.0 + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/ghc-compact\ghc-compact.haddock ++ ${pkgroot}/../docs/html/libraries/ghc-compact\ghc-compact.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-compact ++haddock-html: ${pkgroot}/../docs/html/libraries/ghc-compact +--- lib/package.conf.d/ghc-heap-9.0.1.conf ++++ lib/package.conf.d/ghc-heap-9.0.1.conf +@@ -26,6 +26,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\ghc-heap-9.0.1 + hs-libraries: HSghc-heap-9.0.1 + depends: base-4.15.0.0 ghc-prim-0.7.0 rts-1.0 + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/ghc-heap\ghc-heap.haddock ++ ${pkgroot}/../docs/html/libraries/ghc-heap\ghc-heap.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-heap ++haddock-html: ${pkgroot}/../docs/html/libraries/ghc-heap +--- lib/package.conf.d/ghc-prim-0.7.0.conf ++++ lib/package.conf.d/ghc-prim-0.7.0.conf +@@ -25,6 +25,6 @@ hs-libraries: HSghc-prim-0.7.0 + extra-libraries: user32 mingw32 mingwex + depends: rts-1.0 + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/ghc-prim\ghc-prim.haddock ++ ${pkgroot}/../docs/html/libraries/ghc-prim\ghc-prim.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-prim ++haddock-html: ${pkgroot}/../docs/html/libraries/ghc-prim +--- lib/package.conf.d/ghci-9.0.1.conf ++++ lib/package.conf.d/ghci-9.0.1.conf +@@ -31,5 +31,5 @@ depends: + ghc-boot-th-9.0.1 ghc-heap-9.0.1 template-haskell-2.17.0.0 + transformers-0.5.6.2 + +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/ghci\ghci.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/ghci ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/ghci\ghci.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/ghci +--- lib/package.conf.d/haskeline-0.8.1.0.conf ++++ lib/package.conf.d/haskeline-0.8.1.0.conf +@@ -59,6 +59,6 @@ depends: + filepath-1.4.2.1 process-1.6.11.0 stm-2.5.0.0 transformers-0.5.6.2 + + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/haskeline\haskeline.haddock ++ ${pkgroot}/../docs/html/libraries/haskeline\haskeline.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/haskeline ++haddock-html: ${pkgroot}/../docs/html/libraries/haskeline +--- lib/package.conf.d/hpc-0.6.1.0.conf ++++ lib/package.conf.d/hpc-0.6.1.0.conf +@@ -28,5 +28,5 @@ depends: + base-4.15.0.0 containers-0.6.4.1 deepseq-1.4.5.0 directory-1.3.6.1 + filepath-1.4.2.1 time-1.9.3 + +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/hpc\hpc.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/hpc ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/hpc\hpc.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/hpc +--- lib/package.conf.d/integer-gmp-1.1.conf ++++ lib/package.conf.d/integer-gmp-1.1.conf +@@ -28,6 +28,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\integer-gmp-1.1 + hs-libraries: HSinteger-gmp-1.1 + depends: base-4.15.0.0 ghc-bignum-1.0 ghc-prim-0.7.0 + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/integer-gmp\integer-gmp.haddock ++ ${pkgroot}/../docs/html/libraries/integer-gmp\integer-gmp.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/integer-gmp ++haddock-html: ${pkgroot}/../docs/html/libraries/integer-gmp +--- lib/package.conf.d/libiserv-9.0.1.conf ++++ lib/package.conf.d/libiserv-9.0.1.conf +@@ -22,6 +22,6 @@ depends: + containers-0.6.4.1 deepseq-1.4.5.0 ghci-9.0.1 + + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/libiserv\libiserv.haddock ++ ${pkgroot}/../docs/html/libraries/libiserv\libiserv.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/libiserv ++haddock-html: ${pkgroot}/../docs/html/libraries/libiserv +--- lib/package.conf.d/mtl-2.2.2.conf ++++ lib/package.conf.d/mtl-2.2.2.conf +@@ -36,5 +36,5 @@ dynamic-library-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1 + data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\mtl-2.2.2 + hs-libraries: HSmtl-2.2.2 + depends: base-4.15.0.0 transformers-0.5.6.2 +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/mtl\mtl.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/mtl ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/mtl\mtl.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/mtl +--- lib/package.conf.d/parsec-3.1.14.0.conf ++++ lib/package.conf.d/parsec-3.1.14.0.conf +@@ -52,5 +52,5 @@ hs-libraries: HSparsec-3.1.14.0 + depends: + base-4.15.0.0 bytestring-0.10.12.1 mtl-2.2.2 text-1.2.4.1 + +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/parsec\parsec.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/parsec ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/parsec\parsec.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/parsec +--- lib/package.conf.d/pretty-1.1.3.6.conf ++++ lib/package.conf.d/pretty-1.1.3.6.conf +@@ -32,5 +32,5 @@ dynamic-library-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1 + data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\pretty-1.1.3.6 + hs-libraries: HSpretty-1.1.3.6 + depends: base-4.15.0.0 deepseq-1.4.5.0 ghc-prim-0.7.0 +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/pretty\pretty.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/pretty ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/pretty\pretty.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/pretty +--- lib/package.conf.d/process-1.6.11.0.conf ++++ lib/package.conf.d/process-1.6.11.0.conf +@@ -35,6 +35,6 @@ depends: + filepath-1.4.2.1 + + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/process\process.haddock ++ ${pkgroot}/../docs/html/libraries/process\process.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/process ++haddock-html: ${pkgroot}/../docs/html/libraries/process +--- lib/package.conf.d/rts-1.0.conf ++++ lib/package.conf.d/rts-1.0.conf +@@ -78,5 +78,5 @@ ld-options: + "-Wl,-u,hs_atomicwrite16" "-Wl,-u,hs_atomicwrite32" + "-Wl,-u,base_GHCziEventziWindows_processRemoteCompletion_closure" + +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/rts\rts.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/rts ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/rts\rts.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/rts +--- lib/package.conf.d/stm-2.5.0.0.conf ++++ lib/package.conf.d/stm-2.5.0.0.conf +@@ -34,5 +34,5 @@ dynamic-library-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1 + data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\stm-2.5.0.0 + hs-libraries: HSstm-2.5.0.0 + depends: array-0.5.4.0 base-4.15.0.0 +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/stm\stm.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/stm ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/stm\stm.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/stm +--- lib/package.conf.d/template-haskell-2.17.0.0.conf ++++ lib/package.conf.d/template-haskell-2.17.0.0.conf +@@ -39,6 +39,6 @@ depends: + base-4.15.0.0 ghc-boot-th-9.0.1 ghc-prim-0.7.0 pretty-1.1.3.6 + + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/template-haskell\template-haskell.haddock ++ ${pkgroot}/../docs/html/libraries/template-haskell\template-haskell.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/template-haskell ++haddock-html: ${pkgroot}/../docs/html/libraries/template-haskell +--- lib/package.conf.d/text-1.2.4.1.conf ++++ lib/package.conf.d/text-1.2.4.1.conf +@@ -92,5 +92,5 @@ depends: + deepseq-1.4.5.0 ghc-bignum-1.0 ghc-prim-0.7.0 + template-haskell-2.17.0.0 + +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/text\text.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/text ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/text\text.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/text +--- lib/package.conf.d/time-1.9.3.conf ++++ lib/package.conf.d/time-1.9.3.conf +@@ -49,5 +49,5 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\time-1.9.3 + hs-libraries: HStime-1.9.3 + include-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1\time-1.9.3\include + depends: Win32-2.10.0.0 base-4.15.0.0 deepseq-1.4.5.0 +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/time\time.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/time ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/time\time.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/time +--- lib/package.conf.d/transformers-0.5.6.2.conf ++++ lib/package.conf.d/transformers-0.5.6.2.conf +@@ -56,6 +56,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\transformers-0.5.6.2 + hs-libraries: HStransformers-0.5.6.2 + depends: base-4.15.0.0 + haddock-interfaces: +- ${pkgroot}/../../docs/html/libraries/transformers\transformers.haddock ++ ${pkgroot}/../docs/html/libraries/transformers\transformers.haddock + +-haddock-html: ${pkgroot}/../../docs/html/libraries/transformers ++haddock-html: ${pkgroot}/../docs/html/libraries/transformers +--- lib/package.conf.d/xhtml-3000.2.2.1.conf ++++ lib/package.conf.d/xhtml-3000.2.2.1.conf +@@ -37,5 +37,5 @@ dynamic-library-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1 + data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\xhtml-3000.2.2.1 + hs-libraries: HSxhtml-3000.2.2.1 + depends: base-4.15.0.0 +-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/xhtml\xhtml.haddock +-haddock-html: ${pkgroot}/../../docs/html/libraries/xhtml ++haddock-interfaces: ${pkgroot}/../docs/html/libraries/xhtml\xhtml.haddock ++haddock-html: ${pkgroot}/../docs/html/libraries/xhtml diff --git a/haskell/ghc_bindist.bzl b/haskell/ghc_bindist.bzl index 8719ffa7b..85898777c 100644 --- a/haskell/ghc_bindist.bzl +++ b/haskell/ghc_bindist.bzl @@ -666,6 +666,7 @@ def ghc_bindist( "8.8.2": ["@rules_haskell//haskell:assets/ghc_8_8_2_win_base.patch"], "8.8.3": ["@rules_haskell//haskell:assets/ghc_8_8_3_win_base.patch"], "8.8.4": ["@rules_haskell//haskell:assets/ghc_8_8_4_win_base.patch"], + "9.0.1": ["@rules_haskell//haskell:assets/ghc_9_0_1_win.patch"], "9.2.1": ["@rules_haskell//haskell:assets/ghc_9_2_1_win.patch"], }.get(version)