Hamish Mackenzie

Results 179 comments of Hamish Mackenzie

> Attempt to uncomment the stack line instead results in the following error This is caused by #1748. If you specify the version of stack like (replace `stack = {};`...

Similar error started happening yesterday on hydra for our nightly hackage and stackage updates. ``` trace: Shell for pkg trace: Shell for pkg trace: Using index-state: 2020-05-31T00:00:00Z for hoogle trace:...

The LLVM use still depends on which GHC version, but it now comes from haskell.nix. For instance here is where it is set up for GHC 9.2.4 https://github.com/input-output-hk/haskell.nix/blob/7462e537efccfc4471908a5c96c5c72b2646f985/overlays/bootstrap.nix#L661-L663

I'm not sure what the correct fix is. [haskell.nix](https://input-output-hk.github.io/haskell.nix/) separates the building of the `setup` executable from the building of each component in the packages. They each get their own...

I have created issue #24 to track the problem I was actually trying to solve when I came across this. I think the pango attribute stuff is a bit broken...

This is very much work in progress. I have pushed the latest changes and you can try it out with: ``` nix-build -A nix-tools._raw.asterius-boot ``` At this point it will...