ghcjs-base-stub

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

https://github.com/louispan/javascript-stub#readme

Version on this page:0.1.0.2
LTS Haskell 12.26:0.2.0.0@rev:1
Stackage Nightly 2022-02-07:0.3.0.2
Latest on Hackage:0.3.0.2

See all snapshots ghcjs-base-stub appears in

BSD-3-Clause licensed by Louis Pan
Maintained by [email protected]
This version can be pinned in stack with:ghcjs-base-stub-0.1.0.2@sha256:6755e56e66e8d9091a3c05f6bef7fbad280a95ba1a7e5d002445de2adb1c63ae,2489

Module documentation for 0.1.0.2

There are no documented modules for this package.

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