| 7 Oct 2025 |
Teo (he/him) | We don't really have a path forward here to use lld be default for Haskell other than to make stdenv use lld, right? | 10:12:45 |
Profpatsch | > A naive rg gives us a place to start | 10:15:56 |
Profpatsch | Have GenZ really started saying rg instead of grepping? SAD | 10:16:09 |
shapr | I've forgotten how to use hackage libraries that aren't in stackage, is there a guide I can read to remind me how to do all the Haskell things with Nix? | 12:39:52 |
Alex | In reply to @shapr:cofree.coffee I've forgotten how to use hackage libraries that aren't in stackage, is there a guide I can read to remind me how to do all the Haskell things with Nix? They are just there unless they're really new. | 12:41:11 |
shapr | I'm trying to use granite which might be really new? | 12:41:42 |
Alex | In reply to @shapr:cofree.coffee I'm trying to use granite which might be really new? It's already in nixpkgs unstable (0.3.0.0). | 12:46:28 |
Ember Void | What is this some kind of hipster find | 13:28:13 |
shapr | In reply to @alex:tunstall.xyz It's already in nixpkgs unstable (0.3.0.0). thank you! | 14:07:12 |
shapr | Next question, is there an easy way to use granite without running the failing test suite? | 14:23:14 |
maralorn | Apply haskell.lib.compose.dontCheck to the granite package. | 14:26:13 |