| 27 Sep 2025 |
alexfmpe | I ended up disabling direnv as it's been too unreliable for me | 22:56:12 |
alexfmpe | Also kept getting into stale states forcing me to rm .direnv after a lot of "how is this possible" | 22:57:08 |
| 28 Sep 2025 |
| libman joined the room. | 05:35:06 |
sterni | bglgwyng: as far as I know, there is no way to specify the build targets at configure time | 10:28:22 |
sterni | The package database is prepared by us and includes all dependencies Cabal reports to us when generating the expression. Not sure if you could influence this to trim down to specific targets, in any case cabal2nix does not support this at the moment. | 10:29:38 |
sterni | interesting that doesn't seem to be documented? | 10:31:01 |
sterni | it would be nice if we could set testTargets and buildTargets at configure time already | 10:31:28 |
bglgwyng | Indeed I tried the same thing but it didn't work | 11:46:44 |
bglgwyng | Maybe haskell.nix uses its own patched version? | 11:47:06 |
bglgwyng | No, it doesn't. | 13:20:35 |
sterni | maybe it is possible with cabal-install, but not Setup.hs? though the cabal(1) man page doesn't seem to indicate this… | 16:33:29 |