| 10 May 2025 |
alexfmpe | maybe we should rename to "nixpkgs haskell" or so? | 16:58:33 |
alexfmpe | that said, is there even a haskell.nix channel? | 16:59:06 |
maralorn | In reply to @alexfmpe:matrix.org maybe we should rename to "nixpkgs haskell" or so? Not sure that'd help. Especially for newcomers who don't grasp the whole nixpkgs/nix lang/nixos distinction yet. 😂 | 17:00:04 |
alexfmpe | well the current name is as confusing as can be | 17:00:32 |
maralorn | In reply to @alexfmpe:matrix.org that said, is there even a haskell.nix channel? I think there is but not on matrix or something. | 17:00:35 |
alexfmpe |
"nix haskell", not to be confused with "haskell.nix"
| 17:00:55 |
| maralorn changed the room name to "Haskell in nixpkgs / on nixos" from "Nix Haskell". | 17:01:41 |
maralorn | I guess it would probably more precise without the on nixos | 17:02:42 |
maralorn | On the other hand most community channels include nixos in their name | 17:03:50 |
| maralorn changed the room name to "Haskell in nixpkgs" from "Haskell in nixpkgs / on nixos". | 17:04:38 |
maralorn | Let's try it this way | 17:05:22 |
maralorn | I guess valuing preciseness over newcomer friendliness is a Haskell trademark... | 17:06:17 |
| maralorn changed the room name to "Haskell in Nixpkgs/NixOS" from "Haskell in nixpkgs". | 17:19:36 |
John Wiegley | So true, so true... | 17:27:06 |
John Wiegley | Now I have to find where to report this, thanks for the help and pointers! | 17:27:35 |
| 11 May 2025 |
cdepillabout | There's a question on discourse about why the latest version of Haskell packages isn't always used in nixpkgs: https://discourse.nixos.org/t/packaging-prebuilt-haskell-binaries/64031 | 00:33:00 |
cdepillabout | It seems like no one really knowledgeable about the situation has replied yet. Maybe someone from here would be able to explain better what is going on. | 00:33:36 |
| loudgolem joined the room. | 02:41:57 |
| Funky changed their profile picture. | 05:29:12 |
Janus | In reply to @cdepillabout:matrix.org It seems like no one really knowledgeable about the situation has replied yet. Maybe someone from here would be able to explain better what is going on. i think Daniel firth covered the underlying concepts well on the nix full time Podcast mentioned in the thread | 06:05:09 |
cdepillabout | Ah good to know! I'll have to give that a listen | 07:15:16 |
maralorn | Ill reply latter today. | 07:48:46 |
maralorn | sterni: I polished https://md.darmstadt.ccc.de/s/jQOOTFHLs# and intend to post it now. I realize that it is currently undecided on the minor version front. | 19:50:41 |
maralorn | https://discourse.nixos.org/t/nixpkgs-ghc-deprecation-policy-user-feedback-necessary/64153 | 19:57:53 |
maralorn | My plan is to settle this before the release of 25.05 so that we can add the deprecation to the release notes and drop them right after that. | 19:58:40 |
maralorn | * My plan is to settle this before the release of 25.05 so that we can add the deprecation to the release notes. | 19:59:01 |
hellwolf | First time I use cabal2nix / callPackage to package my local project... | 20:45:33 |
hellwolf | Basic question: how can I skip tests of all my dependencies, just like what cabal build would do? | 20:45:54 |
hellwolf | Currently, some packages failed to evaluate due to test, e.g., crypton. | 20:46:10 |
alexfmpe | dontCheck util | 21:01:55 |