ghcjs-base-stub: Allow GHCJS projects to compile under GHC and develop using intero.

[ bsd3, library, web ] [ Propose Tags ]
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.2.0.0, 0.3.0.1, 0.3.0.2 (info)
Dependencies aeson (>=0.11), attoparsec (>=0.13), base (>=4.7 && <5), containers (>=0.5 && <0.6), deepseq (>=1.4), ghc-prim, primitive (>=0.6), scientific (>=0.3.4), text (>=1.2), transformers (>=0.5), unordered-containers (>=0.2.7), vector (>=0.11) [details]
License BSD-3-Clause
Copyright 2017 Louis Pan
Author Louis Pan
Maintainer louis@pan.me
Revised Revision 1 made by louispan at 2018-07-02T11:51:44Z
Category Web
Home page https://github.com/louispan/javascript-stub#readme
Source repo head: git clone https://github.com/louispan/ghcjs-base-stub
Uploaded by louispan at 2018-06-04T17:14:06Z
Distributions
Reverse Dependencies 5 direct, 1 indirect [details]
Downloads 5007 total (26 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-06-04 [all 1 reports]

Readme for ghcjs-base-stub-0.2.0.0

[back to package description]

Hackage Build Status

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

    • Added Semigroup instance to JSString for ghc 8.4.1 and base 4.11.0
  • 0.1.0.4

    • Added Javascript.Web.Location
  • 0.1.0.3

    • Added Javascript.Web.Storage
  • 0.1.0.2

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

    • Initial version with a subset of ghcjs base