All Projects → mietek → Haskell On Heroku

mietek / Haskell On Heroku

Licence: bsd-3-clause
Buildpack for deploying Haskell apps

Programming Languages

shell
77523 projects

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

Internals

Haskell on Heroku is written in GNU bash, using the bashmenot library.

About

Made by Miëtek Bak. Published under the BSD license. Not affiliated with Heroku.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].