As your code changes, your site will be automatically be recompiled and redeployed to localhost.
Tests
stack test --flag app:library-only --flag app:dev
(Because yesod devel passes the library-only and dev flags, matching those flags means you don't need to recompile between tests and development, and it disables optimization to speed up your test compile times).
Check Stackage for documentation on the packages in your LTS Haskell version, or search it using Hoogle. Tip: Your LTS version is in your stack.yaml file.
For local documentation, use:
stack haddock --open to generate Haddock documentation for your dependencies, and open that documentation in a browser
stack hoogle <function, module or type signature> to generate a Hoogle database and search for your query
请发表评论