Skip to content

Commit 1b70303

Browse files
committed
Fix haddock path in cabal files
1 parent cf3082a commit 1b70303

File tree

2 files changed

+359
-0
lines changed

2 files changed

+359
-0
lines changed

haskell/assets/ghc_9_0_1_win.patch

Lines changed: 358 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,358 @@
1+
--- lib/package.conf.d/Cabal-3.4.0.0.conf
2+
+++ lib/package.conf.d/Cabal-3.4.0.0.conf
3+
@@ -183,5 +183,5 @@ depends:
4+
pretty-1.1.3.6 process-1.6.11.0 text-1.2.4.1 time-1.9.3
5+
transformers-0.5.6.2
6+
7+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/Cabal\Cabal.haddock
8+
-haddock-html: ${pkgroot}/../../docs/html/libraries/Cabal
9+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/Cabal\Cabal.haddock
10+
+haddock-html: ${pkgroot}/../docs/html/libraries/Cabal
11+
--- lib/package.conf.d/Win32-2.10.0.0.conf
12+
+++ lib/package.conf.d/Win32-2.10.0.0.conf
13+
@@ -61,5 +61,5 @@ includes:
14+
alignment.h
15+
16+
depends: base-4.15.0.0 bytestring-0.10.12.1 filepath-1.4.2.1
17+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/Win32\Win32.haddock
18+
-haddock-html: ${pkgroot}/../../docs/html/libraries/Win32
19+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/Win32\Win32.haddock
20+
+haddock-html: ${pkgroot}/../docs/html/libraries/Win32
21+
--- lib/package.conf.d/array-0.5.4.0.conf
22+
+++ lib/package.conf.d/array-0.5.4.0.conf
23+
@@ -29,5 +29,5 @@ dynamic-library-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1
24+
data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\array-0.5.4.0
25+
hs-libraries: HSarray-0.5.4.0
26+
depends: base-4.15.0.0
27+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/array\array.haddock
28+
-haddock-html: ${pkgroot}/../../docs/html/libraries/array
29+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/array\array.haddock
30+
+haddock-html: ${pkgroot}/../docs/html/libraries/array
31+
--- lib/package.conf.d/base-4.15.0.0.conf
32+
+++ lib/package.conf.d/base-4.15.0.0.conf
33+
@@ -112,5 +112,5 @@ extra-libraries:
34+
include-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1\base-4.15.0.0\include
35+
includes: HsBase.h
36+
depends: ghc-bignum-1.0 ghc-prim-0.7.0 rts-1.0
37+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/base\base.haddock
38+
-haddock-html: ${pkgroot}/../../docs/html/libraries/base
39+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/base\base.haddock
40+
+haddock-html: ${pkgroot}/../docs/html/libraries/base
41+
--- lib/package.conf.d/binary-0.8.8.0.conf
42+
+++ lib/package.conf.d/binary-0.8.8.0.conf
43+
@@ -40,5 +40,5 @@ hs-libraries: HSbinary-0.8.8.0
44+
depends:
45+
array-0.5.4.0 base-4.15.0.0 bytestring-0.10.12.1 containers-0.6.4.1
46+
47+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/binary\binary.haddock
48+
-haddock-html: ${pkgroot}/../../docs/html/libraries/binary
49+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/binary\binary.haddock
50+
+haddock-html: ${pkgroot}/../docs/html/libraries/binary
51+
--- lib/package.conf.d/bytestring-0.10.12.1.conf
52+
+++ lib/package.conf.d/bytestring-0.10.12.1.conf
53+
@@ -94,6 +94,6 @@ depends:
54+
base-4.15.0.0 deepseq-1.4.5.0 ghc-bignum-1.0 ghc-prim-0.7.0
55+
56+
haddock-interfaces:
57+
- ${pkgroot}/../../docs/html/libraries/bytestring\bytestring.haddock
58+
+ ${pkgroot}/../docs/html/libraries/bytestring\bytestring.haddock
59+
60+
-haddock-html: ${pkgroot}/../../docs/html/libraries/bytestring
61+
+haddock-html: ${pkgroot}/../docs/html/libraries/bytestring
62+
--- lib/package.conf.d/containers-0.6.4.1.conf
63+
+++ lib/package.conf.d/containers-0.6.4.1.conf
64+
@@ -50,6 +50,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\containers-0.6.4.1
65+
hs-libraries: HScontainers-0.6.4.1
66+
depends: array-0.5.4.0 base-4.15.0.0 deepseq-1.4.5.0
67+
haddock-interfaces:
68+
- ${pkgroot}/../../docs/html/libraries/containers\containers.haddock
69+
+ ${pkgroot}/../docs/html/libraries/containers\containers.haddock
70+
71+
-haddock-html: ${pkgroot}/../../docs/html/libraries/containers
72+
+haddock-html: ${pkgroot}/../docs/html/libraries/containers
73+
--- lib/package.conf.d/deepseq-1.4.5.0.conf
74+
+++ lib/package.conf.d/deepseq-1.4.5.0.conf
75+
@@ -33,6 +33,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\deepseq-1.4.5.0
76+
hs-libraries: HSdeepseq-1.4.5.0
77+
depends: array-0.5.4.0 base-4.15.0.0
78+
haddock-interfaces:
79+
- ${pkgroot}/../../docs/html/libraries/deepseq\deepseq.haddock
80+
+ ${pkgroot}/../docs/html/libraries/deepseq\deepseq.haddock
81+
82+
-haddock-html: ${pkgroot}/../../docs/html/libraries/deepseq
83+
+haddock-html: ${pkgroot}/../docs/html/libraries/deepseq
84+
--- lib/package.conf.d/directory-1.3.6.1.conf
85+
+++ lib/package.conf.d/directory-1.3.6.1.conf
86+
@@ -31,6 +31,6 @@ depends:
87+
Win32-2.10.0.0 base-4.15.0.0 filepath-1.4.2.1 time-1.9.3
88+
89+
haddock-interfaces:
90+
- ${pkgroot}/../../docs/html/libraries/directory\directory.haddock
91+
+ ${pkgroot}/../docs/html/libraries/directory\directory.haddock
92+
93+
-haddock-html: ${pkgroot}/../../docs/html/libraries/directory
94+
+haddock-html: ${pkgroot}/../docs/html/libraries/directory
95+
--- lib/package.conf.d/exceptions-0.10.4.conf
96+
+++ lib/package.conf.d/exceptions-0.10.4.conf
97+
@@ -28,6 +28,6 @@ depends:
98+
transformers-0.5.6.2
99+
100+
haddock-interfaces:
101+
- ${pkgroot}/../../docs/html/libraries/exceptions\exceptions.haddock
102+
+ ${pkgroot}/../docs/html/libraries/exceptions\exceptions.haddock
103+
104+
-haddock-html: ${pkgroot}/../../docs/html/libraries/exceptions
105+
+haddock-html: ${pkgroot}/../docs/html/libraries/exceptions
106+
--- lib/package.conf.d/filepath-1.4.2.1.conf
107+
+++ lib/package.conf.d/filepath-1.4.2.1.conf
108+
@@ -33,6 +33,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\filepath-1.4.2.1
109+
hs-libraries: HSfilepath-1.4.2.1
110+
depends: base-4.15.0.0
111+
haddock-interfaces:
112+
- ${pkgroot}/../../docs/html/libraries/filepath\filepath.haddock
113+
+ ${pkgroot}/../docs/html/libraries/filepath\filepath.haddock
114+
115+
-haddock-html: ${pkgroot}/../../docs/html/libraries/filepath
116+
+haddock-html: ${pkgroot}/../docs/html/libraries/filepath
117+
--- lib/package.conf.d/ghc-9.0.1.conf
118+
+++ lib/package.conf.d/ghc-9.0.1.conf
119+
@@ -200,5 +200,5 @@ depends:
120+
process-1.6.11.0 template-haskell-2.17.0.0 time-1.9.3
121+
transformers-0.5.6.2
122+
123+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/ghc\ghc.haddock
124+
-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc
125+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/ghc\ghc.haddock
126+
+haddock-html: ${pkgroot}/../docs/html/libraries/ghc
127+
--- lib/package.conf.d/ghc-bignum-1.0.conf
128+
+++ lib/package.conf.d/ghc-bignum-1.0.conf
129+
@@ -28,6 +28,6 @@ hs-libraries: HSghc-bignum-1.0
130+
include-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1\ghc-bignum-1.0\include
131+
depends: ghc-prim-0.7.0
132+
haddock-interfaces:
133+
- ${pkgroot}/../../docs/html/libraries/ghc-bignum\ghc-bignum.haddock
134+
+ ${pkgroot}/../docs/html/libraries/ghc-bignum\ghc-bignum.haddock
135+
136+
-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-bignum
137+
+haddock-html: ${pkgroot}/../docs/html/libraries/ghc-bignum
138+
--- lib/package.conf.d/ghc-boot-9.0.1.conf
139+
+++ lib/package.conf.d/ghc-boot-9.0.1.conf
140+
@@ -40,6 +40,6 @@ depends:
141+
ghc-boot-th-9.0.1
142+
143+
haddock-interfaces:
144+
- ${pkgroot}/../../docs/html/libraries/ghc-boot\ghc-boot.haddock
145+
+ ${pkgroot}/../docs/html/libraries/ghc-boot\ghc-boot.haddock
146+
147+
-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-boot
148+
+haddock-html: ${pkgroot}/../docs/html/libraries/ghc-boot
149+
--- lib/package.conf.d/ghc-boot-th-9.0.1.conf
150+
+++ lib/package.conf.d/ghc-boot-th-9.0.1.conf
151+
@@ -30,6 +30,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\ghc-boot-th-9.0.1
152+
hs-libraries: HSghc-boot-th-9.0.1
153+
depends: base-4.15.0.0
154+
haddock-interfaces:
155+
- ${pkgroot}/../../docs/html/libraries/ghc-boot-th\ghc-boot-th.haddock
156+
+ ${pkgroot}/../docs/html/libraries/ghc-boot-th\ghc-boot-th.haddock
157+
158+
-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-boot-th
159+
+haddock-html: ${pkgroot}/../docs/html/libraries/ghc-boot-th
160+
--- lib/package.conf.d/ghc-compact-0.1.0.0.conf
161+
+++ lib/package.conf.d/ghc-compact-0.1.0.0.conf
162+
@@ -29,6 +29,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\ghc-compact-0.1.0.0
163+
hs-libraries: HSghc-compact-0.1.0.0
164+
depends: base-4.15.0.0 bytestring-0.10.12.1 ghc-prim-0.7.0
165+
haddock-interfaces:
166+
- ${pkgroot}/../../docs/html/libraries/ghc-compact\ghc-compact.haddock
167+
+ ${pkgroot}/../docs/html/libraries/ghc-compact\ghc-compact.haddock
168+
169+
-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-compact
170+
+haddock-html: ${pkgroot}/../docs/html/libraries/ghc-compact
171+
--- lib/package.conf.d/ghc-heap-9.0.1.conf
172+
+++ lib/package.conf.d/ghc-heap-9.0.1.conf
173+
@@ -26,6 +26,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\ghc-heap-9.0.1
174+
hs-libraries: HSghc-heap-9.0.1
175+
depends: base-4.15.0.0 ghc-prim-0.7.0 rts-1.0
176+
haddock-interfaces:
177+
- ${pkgroot}/../../docs/html/libraries/ghc-heap\ghc-heap.haddock
178+
+ ${pkgroot}/../docs/html/libraries/ghc-heap\ghc-heap.haddock
179+
180+
-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-heap
181+
+haddock-html: ${pkgroot}/../docs/html/libraries/ghc-heap
182+
--- lib/package.conf.d/ghc-prim-0.7.0.conf
183+
+++ lib/package.conf.d/ghc-prim-0.7.0.conf
184+
@@ -25,6 +25,6 @@ hs-libraries: HSghc-prim-0.7.0
185+
extra-libraries: user32 mingw32 mingwex
186+
depends: rts-1.0
187+
haddock-interfaces:
188+
- ${pkgroot}/../../docs/html/libraries/ghc-prim\ghc-prim.haddock
189+
+ ${pkgroot}/../docs/html/libraries/ghc-prim\ghc-prim.haddock
190+
191+
-haddock-html: ${pkgroot}/../../docs/html/libraries/ghc-prim
192+
+haddock-html: ${pkgroot}/../docs/html/libraries/ghc-prim
193+
--- lib/package.conf.d/ghci-9.0.1.conf
194+
+++ lib/package.conf.d/ghci-9.0.1.conf
195+
@@ -31,5 +31,5 @@ depends:
196+
ghc-boot-th-9.0.1 ghc-heap-9.0.1 template-haskell-2.17.0.0
197+
transformers-0.5.6.2
198+
199+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/ghci\ghci.haddock
200+
-haddock-html: ${pkgroot}/../../docs/html/libraries/ghci
201+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/ghci\ghci.haddock
202+
+haddock-html: ${pkgroot}/../docs/html/libraries/ghci
203+
--- lib/package.conf.d/haskeline-0.8.1.0.conf
204+
+++ lib/package.conf.d/haskeline-0.8.1.0.conf
205+
@@ -59,6 +59,6 @@ depends:
206+
filepath-1.4.2.1 process-1.6.11.0 stm-2.5.0.0 transformers-0.5.6.2
207+
208+
haddock-interfaces:
209+
- ${pkgroot}/../../docs/html/libraries/haskeline\haskeline.haddock
210+
+ ${pkgroot}/../docs/html/libraries/haskeline\haskeline.haddock
211+
212+
-haddock-html: ${pkgroot}/../../docs/html/libraries/haskeline
213+
+haddock-html: ${pkgroot}/../docs/html/libraries/haskeline
214+
--- lib/package.conf.d/hpc-0.6.1.0.conf
215+
+++ lib/package.conf.d/hpc-0.6.1.0.conf
216+
@@ -28,5 +28,5 @@ depends:
217+
base-4.15.0.0 containers-0.6.4.1 deepseq-1.4.5.0 directory-1.3.6.1
218+
filepath-1.4.2.1 time-1.9.3
219+
220+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/hpc\hpc.haddock
221+
-haddock-html: ${pkgroot}/../../docs/html/libraries/hpc
222+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/hpc\hpc.haddock
223+
+haddock-html: ${pkgroot}/../docs/html/libraries/hpc
224+
--- lib/package.conf.d/integer-gmp-1.1.conf
225+
+++ lib/package.conf.d/integer-gmp-1.1.conf
226+
@@ -28,6 +28,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\integer-gmp-1.1
227+
hs-libraries: HSinteger-gmp-1.1
228+
depends: base-4.15.0.0 ghc-bignum-1.0 ghc-prim-0.7.0
229+
haddock-interfaces:
230+
- ${pkgroot}/../../docs/html/libraries/integer-gmp\integer-gmp.haddock
231+
+ ${pkgroot}/../docs/html/libraries/integer-gmp\integer-gmp.haddock
232+
233+
-haddock-html: ${pkgroot}/../../docs/html/libraries/integer-gmp
234+
+haddock-html: ${pkgroot}/../docs/html/libraries/integer-gmp
235+
--- lib/package.conf.d/libiserv-9.0.1.conf
236+
+++ lib/package.conf.d/libiserv-9.0.1.conf
237+
@@ -22,6 +22,6 @@ depends:
238+
containers-0.6.4.1 deepseq-1.4.5.0 ghci-9.0.1
239+
240+
haddock-interfaces:
241+
- ${pkgroot}/../../docs/html/libraries/libiserv\libiserv.haddock
242+
+ ${pkgroot}/../docs/html/libraries/libiserv\libiserv.haddock
243+
244+
-haddock-html: ${pkgroot}/../../docs/html/libraries/libiserv
245+
+haddock-html: ${pkgroot}/../docs/html/libraries/libiserv
246+
--- lib/package.conf.d/mtl-2.2.2.conf
247+
+++ lib/package.conf.d/mtl-2.2.2.conf
248+
@@ -36,5 +36,5 @@ dynamic-library-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1
249+
data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\mtl-2.2.2
250+
hs-libraries: HSmtl-2.2.2
251+
depends: base-4.15.0.0 transformers-0.5.6.2
252+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/mtl\mtl.haddock
253+
-haddock-html: ${pkgroot}/../../docs/html/libraries/mtl
254+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/mtl\mtl.haddock
255+
+haddock-html: ${pkgroot}/../docs/html/libraries/mtl
256+
--- lib/package.conf.d/parsec-3.1.14.0.conf
257+
+++ lib/package.conf.d/parsec-3.1.14.0.conf
258+
@@ -52,5 +52,5 @@ hs-libraries: HSparsec-3.1.14.0
259+
depends:
260+
base-4.15.0.0 bytestring-0.10.12.1 mtl-2.2.2 text-1.2.4.1
261+
262+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/parsec\parsec.haddock
263+
-haddock-html: ${pkgroot}/../../docs/html/libraries/parsec
264+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/parsec\parsec.haddock
265+
+haddock-html: ${pkgroot}/../docs/html/libraries/parsec
266+
--- lib/package.conf.d/pretty-1.1.3.6.conf
267+
+++ lib/package.conf.d/pretty-1.1.3.6.conf
268+
@@ -32,5 +32,5 @@ dynamic-library-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1
269+
data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\pretty-1.1.3.6
270+
hs-libraries: HSpretty-1.1.3.6
271+
depends: base-4.15.0.0 deepseq-1.4.5.0 ghc-prim-0.7.0
272+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/pretty\pretty.haddock
273+
-haddock-html: ${pkgroot}/../../docs/html/libraries/pretty
274+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/pretty\pretty.haddock
275+
+haddock-html: ${pkgroot}/../docs/html/libraries/pretty
276+
--- lib/package.conf.d/process-1.6.11.0.conf
277+
+++ lib/package.conf.d/process-1.6.11.0.conf
278+
@@ -35,6 +35,6 @@ depends:
279+
filepath-1.4.2.1
280+
281+
haddock-interfaces:
282+
- ${pkgroot}/../../docs/html/libraries/process\process.haddock
283+
+ ${pkgroot}/../docs/html/libraries/process\process.haddock
284+
285+
-haddock-html: ${pkgroot}/../../docs/html/libraries/process
286+
+haddock-html: ${pkgroot}/../docs/html/libraries/process
287+
--- lib/package.conf.d/rts-1.0.conf
288+
+++ lib/package.conf.d/rts-1.0.conf
289+
@@ -78,5 +78,5 @@ ld-options:
290+
"-Wl,-u,hs_atomicwrite16" "-Wl,-u,hs_atomicwrite32"
291+
"-Wl,-u,base_GHCziEventziWindows_processRemoteCompletion_closure"
292+
293+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/rts\rts.haddock
294+
-haddock-html: ${pkgroot}/../../docs/html/libraries/rts
295+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/rts\rts.haddock
296+
+haddock-html: ${pkgroot}/../docs/html/libraries/rts
297+
--- lib/package.conf.d/stm-2.5.0.0.conf
298+
+++ lib/package.conf.d/stm-2.5.0.0.conf
299+
@@ -34,5 +34,5 @@ dynamic-library-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1
300+
data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\stm-2.5.0.0
301+
hs-libraries: HSstm-2.5.0.0
302+
depends: array-0.5.4.0 base-4.15.0.0
303+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/stm\stm.haddock
304+
-haddock-html: ${pkgroot}/../../docs/html/libraries/stm
305+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/stm\stm.haddock
306+
+haddock-html: ${pkgroot}/../docs/html/libraries/stm
307+
--- lib/package.conf.d/template-haskell-2.17.0.0.conf
308+
+++ lib/package.conf.d/template-haskell-2.17.0.0.conf
309+
@@ -39,6 +39,6 @@ depends:
310+
base-4.15.0.0 ghc-boot-th-9.0.1 ghc-prim-0.7.0 pretty-1.1.3.6
311+
312+
haddock-interfaces:
313+
- ${pkgroot}/../../docs/html/libraries/template-haskell\template-haskell.haddock
314+
+ ${pkgroot}/../docs/html/libraries/template-haskell\template-haskell.haddock
315+
316+
-haddock-html: ${pkgroot}/../../docs/html/libraries/template-haskell
317+
+haddock-html: ${pkgroot}/../docs/html/libraries/template-haskell
318+
--- lib/package.conf.d/text-1.2.4.1.conf
319+
+++ lib/package.conf.d/text-1.2.4.1.conf
320+
@@ -92,5 +92,5 @@ depends:
321+
deepseq-1.4.5.0 ghc-bignum-1.0 ghc-prim-0.7.0
322+
template-haskell-2.17.0.0
323+
324+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/text\text.haddock
325+
-haddock-html: ${pkgroot}/../../docs/html/libraries/text
326+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/text\text.haddock
327+
+haddock-html: ${pkgroot}/../docs/html/libraries/text
328+
--- lib/package.conf.d/time-1.9.3.conf
329+
+++ lib/package.conf.d/time-1.9.3.conf
330+
@@ -49,5 +49,5 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\time-1.9.3
331+
hs-libraries: HStime-1.9.3
332+
include-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1\time-1.9.3\include
333+
depends: Win32-2.10.0.0 base-4.15.0.0 deepseq-1.4.5.0
334+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/time\time.haddock
335+
-haddock-html: ${pkgroot}/../../docs/html/libraries/time
336+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/time\time.haddock
337+
+haddock-html: ${pkgroot}/../docs/html/libraries/time
338+
--- lib/package.conf.d/transformers-0.5.6.2.conf
339+
+++ lib/package.conf.d/transformers-0.5.6.2.conf
340+
@@ -56,6 +56,6 @@ data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\transformers-0.5.6.2
341+
hs-libraries: HStransformers-0.5.6.2
342+
depends: base-4.15.0.0
343+
haddock-interfaces:
344+
- ${pkgroot}/../../docs/html/libraries/transformers\transformers.haddock
345+
+ ${pkgroot}/../docs/html/libraries/transformers\transformers.haddock
346+
347+
-haddock-html: ${pkgroot}/../../docs/html/libraries/transformers
348+
+haddock-html: ${pkgroot}/../docs/html/libraries/transformers
349+
--- lib/package.conf.d/xhtml-3000.2.2.1.conf
350+
+++ lib/package.conf.d/xhtml-3000.2.2.1.conf
351+
@@ -37,5 +37,5 @@ dynamic-library-dirs: ${pkgroot}\x86_64-windows-ghc-9.0.1
352+
data-dir: ${pkgroot}\x86_64-windows-ghc-9.0.1\xhtml-3000.2.2.1
353+
hs-libraries: HSxhtml-3000.2.2.1
354+
depends: base-4.15.0.0
355+
-haddock-interfaces: ${pkgroot}/../../docs/html/libraries/xhtml\xhtml.haddock
356+
-haddock-html: ${pkgroot}/../../docs/html/libraries/xhtml
357+
+haddock-interfaces: ${pkgroot}/../docs/html/libraries/xhtml\xhtml.haddock
358+
+haddock-html: ${pkgroot}/../docs/html/libraries/xhtml

haskell/ghc_bindist.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ def ghc_bindist(
666666
"8.8.2": ["@rules_haskell//haskell:assets/ghc_8_8_2_win_base.patch"],
667667
"8.8.3": ["@rules_haskell//haskell:assets/ghc_8_8_3_win_base.patch"],
668668
"8.8.4": ["@rules_haskell//haskell:assets/ghc_8_8_4_win_base.patch"],
669+
"9.0.1": ["@rules_haskell//haskell:assets/ghc_9_0_1_win.patch"],
669670
"9.2.1": ["@rules_haskell//haskell:assets/ghc_9_2_1_win.patch"],
670671
}.get(version)
671672

0 commit comments

Comments
 (0)