About

Metadata

  • Last updated , by AntonEkblad
  • License BSD-3-Clause
  • Categories Web Development, Compilers and Interpreters
  • Maintained by: anton@ekblad.cc

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Tested Compilers

  1. 7.10.3

Package Flags

Use the -f option with cabal commands to enable flags

    portable (off by default)

    Install Haste into a self-contained directory. Package databases are still local to each user. Primarily useful for global installs.

    static (off by default)

    Build a statically linked binary. Only really useful together with portable.

Readme

This package provides a featureful compiler from Haskell to JavaScript based on GHC. It generates small, fast code, makes use of standard Haskell libraries, integrates with Cabal, supports most GHC extensions and works on Windows, Linux and OSX. Non-Linux users are strongly recommended to download pre-built binary packages from haste-lang.org instead of building from source.