You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have experience with this particular example, but normally Setup.hs will be built by cabal. Just use cabal configure --ghcjs and then cabal build. For dependencies, use cabal install --ghcjs, or cabal install --ghcjs --only-dependencies. If any of the dependencies is not on hackage yet, clone them from github first and install using the directory names: cabal install --ghcjs ./jsaddle-hello ./somedep ...
I have GHCJS installed as per the instructions.
I've tried compiling the source:
I assume, I'm meant to compile
Setup.hs
withghc Setup.hs
then$ ./Setup configure
I have no idea how to satisfy the missing dependencies.
The text was updated successfully, but these errors were encountered: