Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 418 Bytes

Lubeck

Lubeck front-end libraries

Build

All code is in cabal packages. There are stack builds for GHC and GHJS declared on in the .yaml files.

The Makefile invokes Stack to build/test the packages. To build everything with GHC and GHCJS, simply use make.

Requirements

  • Stack
  • NodeJS >= 5.8.0 (GHCJS build only)
  • PhantomJS >= 2.1.1 (tests only)

Install compilers using stack setup as usual.