| 6 Sep 2025 |
emily | pretty sure I was more thorough than upstream is when bumping from what i saw | 18:30:52 |
sterni | yes, I did not find anything you missed; except for a fix for llvm-ar >= 17, but that's unrelated to the llvmPackages we take as an input | 18:35:04 |
sterni | I think worrying about hostPlatform.useLLVM is for some other time | 18:35:24 |
emily | hm would that not be picked up from the wrapping we do? | 18:37:59 |
emily | ah I guess it would still just use the regular ar by default? | 18:38:00 |
emily | not sure what ar we use on Darwin tbh | 18:38:00 |
sterni | I think GHC just uses AR, but that's only llvm-ar if useLLVM in nixpkgs (or does darwin use it?). As such it's also controlled by the global default LLVM version, so orthogonal to what we're doing | 19:21:28 |
emily | right | 19:30:57 |
emily | I think we might be switching to using more LLVM bintools on Darwin ~soon | 19:31:05 |
emily | so it would become relevant then I suppose | 19:31:08 |
| 7 Sep 2025 |
emily | a hidden message from the gods, the lost last great GHC version:
pkgs/development/haskell-modules/hackage-packages.nix
115923: sha256 = "06y0pz0rny9pbm5lzc6n64zdf7139dgwbghc908vzndm6pcjrs5h";
| 00:23:53 |
sterni | trust me bro 6 more minor releases and GHC 9.0 is going to be good just 6 more | 00:37:44 |
sterni |  Download 20250907_02h36m10s_niri.png | 00:37:59 |
sterni | do you think this thunderbird bug is trying to tell me something | 00:38:07 |
emily | I looked at that screenshot before seeing the message and was like yeah that's slightly more than I expected but I guess there have been a lot of PR comments today | 00:42:16 |
sterni | I do not remember how I fixed this last time and it does not seem to be affected by restarting, so I'm stuck with you indefinitely | 10:50:38 |
@wolfgangwalther:matrix.org | Looks like corruption in the thunderbird profile. What helped me in this case was deleting the respective file in ~/.thunderbird/.../ImapMail/... and downloading it again. Of course.. only do that with IMAP, not with POP3. | 11:00:10 |
sterni | Yeah, I think I deleted and redownloaded something last time. | 11:02:01 |
maralorn | Huh, a wild wolfgangwalther appeared. | 11:12:14 |
bglgwyng | I'm trying to let Nix fetch index-tarball and cabal use it.
repository hackage.haskell.org
url: file://${./01-index.tar.gz}
But it didn't work. Has anyone tried something similar?
| 12:56:25 |
bglgwyng | I read https://cabal.readthedocs.io/en/3.4/installing-packages.html this page, and I don't even sure that it's possible to configure a repository only with the index tarball only. | 12:56:50 |