This project is no longer maintained.
HaskellĀ onĀ Heroku
HaskellĀ onĀ Heroku is a Heroku buildpack for deploying Haskell apps.
The buildpack uses Halcyon to install apps and development tools, including GHC and Cabal.
Follow the HaskellĀ onĀ Heroku tutorial to get started.
Usage
HaskellĀ onĀ Heroku, like other Heroku buildpacks, can be used when creating a new Heroku app:
$ heroku create -b https://github.com/mietek/haskell-on-heroku
Push the code to Heroku in order to deploy your app:
$ git push heroku master
Documentation
-
Start with the HaskellĀ onĀ Heroku tutorial to learn how to develop a simple Haskell web app and deploy it to Heroku.
-
Read the Halcyon tutorial to learn more about developing Haskell apps using Halcyon.
-
See the HaskellĀ onĀ Heroku reference for a list of buildpack-specific options.
-
Look for additional options in the Halcyon reference.
Internals
HaskellĀ onĀ Heroku is written in GNU bash, using the bashmenot library.
- Read the HaskellĀ onĀ Heroku source code to understand how it works.
About
Made by Miƫtek Bak. Published under the BSD license. Not affiliated with Heroku.