Skip to content
New issue

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

Add support for running a script at the end of the compile (via POST_SCRIPT env var) #76

Merged
merged 2 commits into from
Aug 21, 2016

Conversation

DougBurke
Copy link
Contributor

With the update to ghc 7.10 (or it's because of new dependencies of my dependencies) my slug size has passed the magic 300mb barrier. I've added a simple hack to support manually cleaning up the slug (since for my app I can live with no ghci) by copying the PRE_SCRIPT support to run a script at the end of the compile. It would be nice to have this handled automatically (eg #44 or #49), but this works for me and was easy to add.

@begriffs
Copy link
Owner

Cool, documentation and everything! Thank you.

@begriffs begriffs merged commit 4f00643 into begriffs:master Aug 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants