We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the dev loop for haskell projects is to restart the webapp every time a template changes (which is best done in ghci but is still manual).
ghci
We can do better.
The current thinking is that we use hint to reload the haskell dynamically. Some proof-of-concept work has been started here, with some success.
https://github.com/ambiata/loom/compare/wip/hint
The things that will need to be done for this to be production ready:
GHC_PACKAGE_PATH
build
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the dev loop for haskell projects is to restart the webapp every time a template changes (which is best done in
ghci
but is still manual).We can do better.
The current thinking is that we use hint to reload the haskell dynamically. Some proof-of-concept work has been started here, with some success.
https://github.com/ambiata/loom/compare/wip/hint
The things that will need to be done for this to be production ready:
GHC_PACKAGE_PATH
for a haskell project, could live in mafiabuild
and ignore any errors.The text was updated successfully, but these errors were encountered: