| 14 Apr 2026 |
alexfmpe | actually, what I want is exactly the list of successes of that build summary and build them all with strictDeps | 23:22:54 |
alexfmpe | ok got the .json from hydra-report, I'll jq something up | 23:28:57 |
| 15 Apr 2026 |
| crop joined the room. | 16:14:55 |
crop | i want to use a tool packaged with cabal. the specification file is too strict to run with current haskel from nixpkgs.
i get the error that a library is not available but it is available just too new.
so i would like to loosen the bounds.
i did this by changing the cabal file and with this the program compiles.
i would prefer to not change the cabal file and loosen the condition somehow differently. is this possible with nix? | 16:51:54 |
alexfmpe | you can doJailbreak, e.g. https://github.com/NixOS/nixpkgs/blob/608994ab06334b0b4580aa3267a19f91c16bb613/pkgs/development/haskell-modules/configuration-common.nix#L2495 | 18:36:41 |
alexfmpe | though long-term it's best to PR the cabal file modification to the tool | 18:37:24 |
alexfmpe | so you won't need to have a doJailbreak around | 18:37:36 |
alexfmpe | $ jq '.[2] | map(select((.buildstatus == 0) and (.job | contains("haskellPackages") and (contains("pkgsCross") | not) and (contains("pkgsMusl") | not) and (contains("pkgsStatic") | not))) .job)' ~/.cache/haskell-updates-build-report.json | wc -l
7395
| 22:32:00 |
alexfmpe | $ jq '.[2] | map(select((.buildstatus == 0) and (.job | contains("haskellPackages") and (contains("pkgsCross") | not) and (contains("pkgsMusl") | not) and (contains("pkgsStatic") | not))) .job)' ~/.cache/haskell-updates-build-report.json | head -n 5
[
"haskellPackages.AC-Angle.x86_64-linux",
"haskellPackages.AC-Colour.x86_64-linux",
"haskellPackages.AC-Boolean.x86_64-linux",
"haskellPackages.AC-PPM.x86_64-linux",
| 22:32:13 |
| 20 May 2021 |
| @grahamc:nixos.org set the history visibility to "world_readable". | 22:10:58 |
| @grahamc:nixos.org changed the room name to "" from "". | 22:10:58 |
| @grahamc:nixos.org invited maralorn. | 22:11:05 |
| maralorn joined the room. | 22:11:13 |
| andi- joined the room. | 22:30:49 |
| @grahamc:nixos.orgchanged room power levels. | 22:36:42 |
| Room Avatar Renderer. | 22:46:20 |
| maralorn changed the join rule to "public" from "public". | 22:54:26 |
| maralorn changed the room topic to "For discussions and questions about Haskell with Nix, cabal2nix and haskellPackages in nixpkgs | Current Docs: https://haskell4nix.readthedocs.io/" from "For discussions about Haskell with Nix, cabal2nix and haskellPackages in nixpkgs | Current Docs: https://haskell4nix.readthedocs.io/". | 22:56:19 |
| Server Stats Discoverer (traveler bot) joined the room. | 23:05:49 |
| pennae joined the room. | 23:06:26 |
| justinrestivo joined the room. | 23:07:39 |
| srid joined the room. | 23:07:41 |
| bqv joined the room. | 23:08:26 |
| bqv changed their display name from qy to bqv. | 23:08:27 |
| bqv changed their display name from bqv to qy. | 23:08:28 |
| bqv changed their display name from qy to bqv. | 23:08:29 |
| ryantm joined the room. | 23:18:05 |
| Matrix Traveler (bot) joined the room. | 23:18:11 |
| sterni (he/him) joined the room. | 23:18:19 |
| John Ericson joined the room. | 23:20:08 |