Integrating Halogen into Yesod build process

112 Views Asked by At

I would like to put together a webapp using Yesod for the back end and Halogen (PureScript) for the front end. Is there a best practice for having an integrated build process for the two? In particular is there a good way of having a single build step that will run both the Haskell and Purescript compilers and get the outputs from each into the same tree?

0

There are 0 best solutions below