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?
            Asked
            
        
        
            Active
            
        
            Viewed 89 times
        
    2
            
            
        - 
                    We use a lot of custom Nix for this. Though I notice that when I google "PureScript Bazel" I get some interesting results. – James Brock Jul 05 '21 at 08:21
 - 
                    1Related: https://github.com/yesodweb/yesod/issues/1377 – arrowd Jul 06 '21 at 11:33