Pranay Sashank

Results 40 comments of Pranay Sashank

Hi, Apologies for the very late reply. Let me explain how we use the morpheus code gen TH facilities in our code base. The compile time for the module with...

Hi, @nalchevanidze did you get a chance to look at my comment. I don't have the permissions to re-open this issue

I think the alternative scenario is better (if the breaking change in scenario 3 is acceptable) as it works with an absolute path as well and fixes the relative path...

what does dropping support mean? People who want to use will still have an old version to fall back onto, right?

Last I checked there was no way to depend on ghc library when using ghcjs.

@f1rstlady it's likely the case that cabal & ghc being picked is different in the shell & outside. Try running ```bash nix-shell --run "which ghc; which cabal" ``` and check...

@paj0sch did you check `ghc-pkg list` outside the shell to see if it lists the required package?

Edit: See the next comment for the fix for this original issue @paj0sch I can reproduce the original issue and it seems to be related to how `developPackage` works. I...

@paj0sch @f1rstlady Apparently you need to set `returnShellEnv = true;` for it to get the shell outside `nix-shell` as well. So change your default.nix to ```diff - build = pkgs.haskellPackages.developPackage...

@bbenne10 It looks like the variable should be present before the `nix print-dev-env` command is invoked. The following set of commands with the `default.nix` in this issue output different envs...