<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div style="line-break:after-white-space">Hi all,
<div><br>
</div>
<div>I’m on a MacBook Air M1, Ventura 13, Xcode 14.1.  Pandoc is trying to get upgraded to 2.19.2 as part of the usual "upgrade outdated,” but the build fails (it used to fail at ghc a couple of days ago, but it seems a recent update fixed that). The error
 seems to be here (main.log attached):</div>
<div><br>
</div>
<div>:info:build Building library for pandoc-2.19.2..</div>
<div>[output omitted]</div>
<div>
<div>:info:build [ 30 of 227] Compiling Text.Pandoc.Shared</div>
<div>:info:build src/Text/Pandoc/Shared.hs:593:7: error:</div>
<div>:info:build     Not in scope: data constructor ‘Null’</div>
<div>:info:build     |</div>
<div>:info:build 593 |   go (Null:xs) = go xs</div>
<div>:info:build     |       ^^^^</div>
<div>:info:build src/Text/Pandoc/Shared.hs:977:16: error:</div>
<div>:info:build     Not in scope: data constructor ‘Null’</div>
<div>:info:build     |</div>
<div>:info:build 977 | blockToInlines Null = mempty</div>
<div>:info:build     |                ^^^^</div>
<div>:info:build [ 36 of 227] Compiling Text.Pandoc.Slides</div>
<div>:info:build src/Text/Pandoc/Slides.hs:33:88: error:</div>
<div>:info:build     Data constructor not in scope: Null :: Block</div>
<div>:info:build     Suggested fix: Perhaps use variable ‘null’ (imported from Prelude)</div>
<div>:info:build    |</div>
<div>:info:build 33 | prepSlides slideLevel = ensureStartWithH . splitHrule . extractRefsHeader . filter (/= Null)</div>
<div>:info:build    |                                                                                        ^^^^</div>
</div>
<div><br>
</div>
<div>Did anybody have the same issue and has a workaround, or should I file a bug report?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Mircea</div>
<div></div>
</div>
<div style="line-break:after-white-space">
<div><br>
<div>
<div>-- <br>
Mircea Trandafir<br>
Senior researcher<br>
Rockwool Foundation Research Unit<br>
Ny Kongensgade 6<br>
DK 1472, Copenhagen<br>
Denmark<br>
Web: http://www.mirceatrandafir.com</div>
</div>
</div>
</div>
</body>
</html>