I'm trying to deploy Haskell application to Heroku using the following buildpack:
The build is going well until it hits the build time limit with the following error:
-----> Timed out running buildpack Haskell
! Push failed
Is there any way to increase this limit or to speed up the build?