@hackage ghcjs-base-stub0.1.0.3

Allow GHCJS projects to compile under GHC and develop using intero.

  • Installation

  • Dependencies (0)

  • Dependents (0)

Hackage

Fake stubs for GHCJS base to allow GHCJS projects to be compiled using GHC. This also allows developing under intero, and generating haddocks.

Usage:

Add the following to GHCJS project's cabal.

  if impl(ghcjs)
    build-depends: ghcjs-base
  if !impl(ghcjs)
    build-depends: ghcjs-base-stub

Changelog

  • 0.1.0.0

    • Initial version with a subset of ghcjs base
  • 0.1.0.2

    • Added JavaScript.Cast
    • Added Marshall and Callbacks
  • 0.1.0.3

    • Added Javascript.Web.Storage