| 27 Feb 2026 |
Artem | wow, it looks like it's a regression in cabal HEAD (which I daily-drive by default). cabal 3.16.1.0 does the right thing | 17:36:11 |
| 28 Feb 2026 |
woobilicious | what's an easy way to gather all doc outputs of a bunch of packages? withPackages doesn't seem to have a doc attribute | 02:51:17 |
maralorn | withHoogle | 06:37:48 |
woobilicious | maralorn: I mean I want the paths to all the html files, not hoogle in my PATH | 06:43:52 |
woobilicious | I ended up just writing some code to manually walk the list of packages. | 06:44:16 |
woobilicious | Also why do we have packages like attoparsec_0_13_2_5 and ansi-wl-pprint_0_6_9 that don't build? and don't seem to be marked as broken. | 06:45:49 |
woobilicious | I'm starting to regret trying to gather every doc output we have lol | 06:51:19 |
woobilicious | tryEval isn't catching build failures | 06:53:02 |
maralorn | But the hoogle DB has the paths to all html files. 😂 | 07:06:17 |
woobilicious | Lol, the db isn't exactly human readable. | 07:10:34 |