Sridhar Ratnakumar
Sridhar Ratnakumar
Note: neuron is switching from `[[[..]]]` to `[[..]]#` (or `#[[..]]`) for folgezettel: https://github.com/srid/neuron/issues/514
Hey @willbasky - Interesting. Is the new frontend up there somewhere in Github? Just curious to see. :-) IMO Haskell badly needs a community wiki, containing comprehensive info, and I'm...
Are you launching vscode from inside `ob shell`'s shell? Sent with [ProtonMail](https://protonmail.com/) Secure Email. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Thursday, February 11th, 2021 at 2:48 AM, Raptazure wrote: > Hi,...
I also have this `hie.yaml`: ```yaml cradle: cabal: - path: "./frontend/src/" component: "lib:frontend" - path: "./common/src/" component: "lib:common" - path: "./backend/src/" component: "lib:backend" ```
> The use case is when your errors are so long that you can't actually see the whole thing in your terminal. Another use case is for use with this...
Depends on #20 I guess?
Hey - this library looks interesting, but hasn't been updated since summer last year. Does anyone maintain an active fork, or is there somebody that's interested in taking over maintainership?
cf https://github.com/numtide/treefmt/issues/165#issuecomment-1124036328
@zimbatm What do you think of exposing a `flakeModule` (a la https://github.com/cachix/pre-commit-hooks.nix/pull/130) so that projects that already use `flake-parts` can use this directly, thus resolving #165?
> Sounds good, the flake module probably can call treefmt.withConfig with its resulting schema at the end. Great; I'd be happy to test it out here: https://github.com/srid/haskell-template/blob/6c9e2eb0870b108731df87cdcbb016c064e55041/flake.nix#L19-L25