Closed nixorn closed 5 years ago
bootstrap.sh
runned by hands from regular environment works.
Were you running on top of the existing code? If your GHC installation was already broken for some reason, then this might be happening for the same reason you had the build errors before.
I'm about to push a change to use ghcup
to install GHC and Cabal. This will skip the step that's failing. However, it still might fail later if there's something broken. If so, I'd suggest deleting ~/.cabal
, ~/.ghc
, and codeworld/build
, and then reinstalling. It should at least be faster after this coming change.
Description