Popularity
5.4
Growing
Activity
0.0
Stable
16
3
0

Monthly Downloads: 16
Programming language: Haskell
License: Apache License 2.0
Tags: Development    

hein alternatives and similar packages

Based on the "Development" category.
Alternatively, view hein alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hein or a related project?

Add another 'Development' Package

README

heineken

Build Status

A general build tool for haskell projects inspired by leiningen. It is intended to be useful for the automation of all project creation tedium, as well as eventually integrate with cloud deployments.

It is intended that this will support arbitrary plugins in the future.

Usage

New

Run 'hein new ' will:

  • create a subdirectory under the current one
  • create a cabal sandbox
  • initialise cabal
  • cabal build
  • create a git repo
  • create an initial commit
  • run your project (which defaults to printing the proj name)

You can also specify additional dependencies by prefixing them with a plus, e.g. hein new webtest +scotty will add scotty as a dependency to your build.

Installation

This assumes you have a recent cabal installed for your platform.

  • cabal update
  • cabal install hein
  • hein new project +dependency