Open mikegehard opened 8 years ago
See: http://catdevrandom.me/blog/2013/05/16/buildpacks-in-cloud-foundry-v2/
Command cf push hasktest-mikegehard -b git://github.com/BrianMMcClain/heroku-buildpack-haskell.git
fails with:
-----> Updating Cabal
cabal: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory
Failed to compile droplet
Exit status 223
Staging failed: Exited with status 223
FAILED
BuildpackCompileFailed
TIP: use 'cf logs hasktest-mikegehard --recent' for more information
How can we deploy this app to PWS?