typelead / etlas

Etlas, the build tool and package manager for the Eta programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etlas - Build Tool for Eta

Version: 1.5.1.0

Installation

Binary

You can download the binaries from here.

Source

If you have not installed Eta yet, you can find the source installation instructions here.

If you have already installed Eta, and you want upgrade your version of Etlas:

  1. Install Stack.

  2. Clone this repository.

git clone --recursive --branch [etlas-version] https://github.com/typelead/etlas

Example:

git clone --recursive --branch 1.5.1.0 https://github.com/typelead/etlas
  1. Install Etlas.
stack install etlas

About

Etlas, the build tool and package manager for the Eta programming language


Languages

Language:Haskell 99.8%Language:Logos 0.2%