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 && <0.12), attoparsec (>=0.13 && <0.14), base (>=4.9 && <4.10), deepseq (>=1.4 && <1.5), ghc-prim, primitive (>=0.6 && <0.7), scientific (>=0.3.4 && <0.4), text (>=1.2 && <1.3), transformers (>=0.5 && <0.6), unordered-containers (>=0.2.7 && <0.3), vector (>=0.11 && <0.13) [details]
License BSD-3-Clause
Copyright 2017 Louis Pan
Author Louis Pan
Maintainer louis@pan.me
Revised Revision 1 made by HerbertValerioRiedel at 2017-03-22T12:35:50Z
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 2017-03-12T06:21:40Z
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 2017-03-12 [all 1 reports]

Readme for ghcjs-base-stub-0.1.0.1

[back to package description]

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