- make sure you have a GHC installed and in your path whose reported
ghc --version
matches one of the configurations listed in the tested-with field of thehopper.cabal
file. - have an up to date version of cabal-install installed.
cabal update ; cabal install
- done!
Run stack build
.
Check that you're using the most up-to-date version of cabal-install
and
that the GHC version you're using is listed in the Tested-with
field of the
hopper.cabal
file. If despite this you have a build failure (whether of the
build plan or the build itself), please file a GitHub issue with the error
message and any specifics of your system configuration and version information!