Closed ndmitchell closed 7 months ago
I believe this is an instance of this: https://gitlab.haskell.org/ghc/ghc/-/issues/18550
I am closing given the passage of time, the GHC issue is closed, and I cannot reproduce on Windows 11 wth a current version of Stack and LTS 22.13:
stack build cryptoshash-sha256
works as expected.
Steps to reproduce
stack install cryptohash-sha256 --resolver=nightly-2020-09-29 -j1
Expected
Expect that to work.
Actual
Stack version
Method of installation
Notes
Seems like you are running configure. Installing this package with
cabal
doesn't run configure. When running configure, its passing aGitLabRunner
directory that I don't have.