Hamish Mackenzie

Results 179 comments of Hamish Mackenzie

I forgot to include cabal in the nix develop shell and had 3.9 in my PATH. I've updated that and now the `.js` files are linked: Tested with ``` rm...

> But I can't build the todo-mvc. There are too many errors with dependency resolution. It has not been kept up to date. What are the errors?

One option is to `builtins.readFile` the input to the IFD. This works because `lorri` replaces `builtins.readFile` with a version that logs the file access and this log is used to...

Is this a new issue? What should I run to reproduce this?

ghc-boot 9.8.2 is not in hackage. I think the problem is that we leave it out of `overlays/ghc-packages.nix` for `isGhcjs`. I can't remember why that was, but the JS backend...