Mango The Fourth

Results 162 comments of Mango The Fourth

GHC 94 has landed in stack and haskell.nix, so I can pick up development here again.

Thank you. I have been working on this locally and have simplified it a bit. Which of the lock files would you like to not be commited?

If you mean the flake lock, it needs to be commited. Otherwise the build will not be reproducible.

it came as a surprise to me that you removed support for so many ghc versions :D

> just removed all the extra stack-*.yaml files my nix code basically uses the stack yaml as source of truth, so I will have to remove compat for older ghc...

This is now almost complete, only thing missing is I think a wrapper for `stack` to use it more conveniently in the `devShell`

> @MangoIV has also run into this just wanted to add that I did not actually fix the issue, I just removed the plugin for the time being because it...

I'm not sure, this has been quite some time and I apparently haven't documented the reproducer, I'm very sorry for that. I remember that it was fairly random and I...

it actually does, see this line: https://github.com/alpmestan/ghc.nix/blob/f324c9aa06680f08a6baeefcef9289c69e606df3/flake.nix#L59