@hackage haste-compiler0.5.4.1

Haskell To ECMAScript compiler

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.

  • Deprecated

    @hackage/haste-compiler-0.6.0.0
  • Dependencies (0)

  • Dependents (0)

  • Package 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.

      only-library
       (off by default)

      Only install the Haste server-side libraries; no binaries. This is useful if you installed pre-built binaries but still want to use Haste with vanilla GHC, for Haste.App for instance.