@hackage haste-compiler0.4.4.2

Haskell To ECMAScript compiler

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

This package provides a featureful compiler from Haskell to Javascript. 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. Bug reports are highly appreciated.