haskell / haddock

Haskell Documentation Tool
www.haskell.org/haddock/
BSD 2-Clause "Simplified" License
361 stars 243 forks source link

Fix CI on `ghc-9.4` #1560

Closed parsonsmatt closed 2 months ago

parsonsmatt commented 1 year ago

rip my inbox

parsonsmatt commented 1 year ago

Test is failing:

haddock: internal error: /usr/local/.ghcup/ghc/9.4.3/lib/ghc-9.4.3/lib/../../../share/doc/ghc-9.4.3/html/libraries/array-0.5.4.0/array.haddock: openBinaryFile: does not exist (No such file or directory)

readInterfaceFile calls readBinMem which calls openBinaryFile. Not really sure why this isn't working 🤔

parsonsmatt commented 1 year ago

OK, tests are failing now due to actual diff changes. Which is weird because they pass for me locally.

Kleidukos commented 1 year ago

@parsonsmatt are you using 9.4.3 or 9.4.4 locally?

parsonsmatt commented 1 year ago

I was using 9.4.3 when it was latest, will try with 9.4.4