| 19 May 2025 |
maralorn | I am pretty certain that is it. | 22:24:34 |
keypusher | ...Hmm.. this is looking good | 22:18:37 |
keypusher | Yay, that solved it! | 22:19:41 |
keypusher | That DID help. Problem solved. Awesome. Supethanks. | 22:22:45 |
keypusher | Yep. That's it. | 22:27:15 |
keypusher | To be overly clear (for anyone stumbling upon this): You need to set `isLibrary = true" to get docs generated. | 22:30:34 |
keypusher | * To be overly clear (for anyone stumbling upon this): You need to set `isLibrary = true` to get docs generated. | 22:30:48 |
keypusher | * To be overly clear (for anyone stumbling upon this): You need to set isLibrary = true to get docs generated. | 22:31:14 |
| 20 May 2025 |
sterni (he/him) | isLibrary should be set if the cabal file has a (public) library component | 12:22:05 |
alexfmpe | It must have in this case, or there would be nothing to generate haddocks for, no? | 14:29:17 |
alexfmpe | * It must have such a lib in this case, or there would be nothing to generate haddocks for, no? | 14:30:23 |
Magnus | Redacted or Malformed Event | 20:31:50 |
| 21 May 2025 |
| WeetHet changed their profile picture. | 10:59:14 |
maralorn | Does anyone have insights as to where to persist the deprecation policy? | 18:20:58 |
maralorn | I would but it in our section in the manual. Or the hacking.md or another similar file … | 18:21:49 |
emily | manual section is good | 18:22:36 |
emily | since it's relevant to users | 18:22:49 |
maralorn | Also, which is the correct branch to PR to to add something to the 2505 release notes, right now? | 18:23:40 |
maralorn | release-25.05? | 18:24:37 |
emily | master | 18:28:16 |
emily | and backport it | 18:28:17 |
emily | otherwise it gets inconsistent across branches | 18:28:20 |
| 23 May 2025 |
| TheTaoOfSu joined the room. | 13:41:38 |
TheTaoOfSu | What's up with not being able to use ghcup due a broken package it doesn't depend on? I'm trying to nix-shell -p haskellPackages.ghcup, and it's refusing because haskus-utils-variant-3.5 is marked broken, but... I can't find a connection. | 17:12:20 |
maralorn | ghcup is unmaintained on nixos because there is no working binary distribution of ghc for nixos. | 17:13:10 |
maralorn | The problem is that nixos has no predictable path for system libraries to link against and there are is no completely statically linked build of ghc. | 17:14:28 |
TheTaoOfSu | Yeah, that'd make sense. Oh well, I guess it shouldn't matter a ton for me anyway | 17:15:38 |
TheTaoOfSu | ...how on earth does Stack install through nix-shell and then throw a nix error when I try to run it? | 19:25:08 |
TheTaoOfSu | And it's complaining about not having ghc984, which isn't even in 24.11, that's cool | 19:25:27 |
maralorn | If you installed stack trough your nix-shell you should disable the nix integration in stack. | 20:08:40 |