Pranay Sashank
Pranay Sashank
perhaps it should be nix's `print-dev-env` command's responsibility? (to set the env var)
@bbenne10 I tested it and it fixes the issue
@f1rstlady spaces in directory are not supported by nix, See https://github.com/NixOS/nix/issues/842 https://github.com/NixOS/nixpkgs/issues/177952
@mpickering thanks for the quick fix, I can confirm it works. I have a new issue: when the ghc-options field contains `+RTS -RTS` this seems to break the parser and...
There is a field [`extra-packages`](https://cabal.readthedocs.io/en/stable/cabal-project-description-file.html#cfg-field-extra-packages) in `cabal.project`, I wonder if that can be re-purposed for this feature
you can explicitly pass `-haddock` option to `ghcOptions` in the modules to get it working while waiting for it to be fixed (this should also give you documentation on hover...
@Mikolaj It happens to me too, it's indeed something to do with switch cabal versions. Here are some ways I manage to reproduce it, but it's not deterministic when the...
you are likely using an older version of `helm-rg`, use `helm-rg` from melpa (version: 20200721.725) instead of melpa stable (version: 0.1)
> I think the end result is that the index-state you specify only applies to the dependencies and not to the package itself. In the nix-diff in my comment above,...
> I find that more puzzling. You can see that, a part from fourmolu itself, the inputs to the plan derivations do not change. The plans always point to a...