Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Latest commit

 

History

History
55 lines (29 loc) · 1.93 KB

README.md

File metadata and controls

55 lines (29 loc) · 1.93 KB

This project is no longer maintained.


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.