mietek / haskell-on-heroku

Buildpack for deploying Haskell apps
BSD 3-Clause "New" or "Revised" License
131 stars 16 forks source link

Clarify options for building dependencies on Heroku #47

Closed mietek closed 5 years ago

mietek commented 9 years ago

The HALCYON_NO_BUILD_DEPENDENCIES option is used to prevent building any dependencies during while performing a git push to Heroku. The Halcyon default is 0, but the buildpack defaults to 1, which is confusing.

CC @fizruk @kbence