ghcjs-base-stub-0.1.0.0: README.md
[](https://hackage.haskell.org/package/ghcjs-base-stub)
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
```