Sridhar Ratnakumar

Results 814 comments of Sridhar Ratnakumar

Oh, one more reason to accept defaults from the command line. `hpack` is sometimes invoked from nix flake checks, which run in a sandbox environment with no network access, leading...

@mpilgrem Valid concern ... which is somewhat alleviated, in our case, by generating (via pre-commit-hooks) and committing the `.cabal` file in git. Thus, the 'unit of distribution' includes the cabal...

> Does this work for you? Certainly! Is this a feature to be implemented, or does it already work?

ctx https://github.com/srid/nix-config/commit/9306163738e845463404c6fd2e2780b4c485c9e8

@kalhauge You could look into making `haskellPackages.feedback` build ([it doesn't on M1 mac](https://github.com/NorfairKing/feedback/issues/14#issuecomment-1314519932)) on https://github.com/NixOS/nixpkgs and even add a top-level package like maralorn did with https://github.com/NixOS/nixpkgs/pull/199442) so that users can...

this is a duplicate of issue #126

> > I would suggest that peepopen read .gitignore first. > > +1 to that as well. +1

Probably won't be spending time on this; planning to switch over to `attic`.

It fixes it more or less, though there is a horizontal gray line at the topi: ![image](https://user-images.githubusercontent.com/3998/139094174-19276cde-156c-46c2-95a3-033d3ff2f92a.png) I'd think the parser should ignore **both** the `---` lines (above and below...

Repro: https://github.com/srid/Feather/blob/master/example/example.fsx (might have to change `-2` to `-1` to get a working version; cf. https://github.com/dotnet/fsharp/issues/3178#issuecomment-811361363)