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

mietek/haskell-on-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

About

Buildpack for deploying Haskell apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages