-
Notifications
You must be signed in to change notification settings - Fork 75
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
Timed out running buildpack Haskell #36
Comments
You should ask Heroku Support to increase your timeout limit until you build your first slug. They have did that for me couple of times. |
@popara Thanks for the suggestion! For now, the workaround I'm using: pushing with half of the dependencies commented to make in time, then |
Same problem with a scaffolded Yesod application (template The workaround I used is to create a new scaffolded Yesod application with the same name in another directory with Make sure the Push this new application to heroku ( Then switch to original application and force a git push to same heroku repository ( Delete the temporary application created with |
Thanks for writing this package! It makes things more comfortable and more straightforward 🙂
I have a problem when trying to deploy a Haskell package to Heroku. My project contains ~200 from Hackage. The build is going well, but unfortunately, it hits the build-time limit with the following message:
Is there anything I can do to overcome this build time limit?
The text was updated successfully, but these errors were encountered: