Problem with `ghcid` and `purescript/purescript`

When I run ghcid on clear purescript/purescript clone I’m getting some warnings about -XNoImplicitPrelude usage and later I’m getting a lot of errors related to missing symbols etc.

Are you able to play with PureScript source code and use ghcid?

P.S.
I’m happy PureScript programmer :slight_smile: and I have not played with Haskell / cabal / stack for a long time so it is possible that I’ve broken setup…

Try the instructions in the projects Makefile here: https://github.com/purescript/purescript/blob/2cb4a6496052db726e099539be682b87585af494/Makefile#L9-L10

There are a few other tips on how to use the tooling available in the CONTRIBUTING.md file in the repo.

1 Like

Cool! Thanks @kritzcreek!

P.S.

$ make ghcid
...
All good (181 modules, at 02:13:30)