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 && <2), attoparsec (>=0.13 && <1), base (>=4.7 && <5), deepseq (>=1.4 && <2), ghc-prim, primitive (>=0.6 && <1), scientific (>=0.3.4 && <1), text (>=1.2 && <2), transformers (>=0.5 && <0.6), unordered-containers (>=0.2.7 && <1), vector (>=0.11 && <1) [details]
License BSD-3-Clause
Copyright 2017 Louis Pan
Author Louis Pan
Maintainer louis@pan.me
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-13T16:20:30Z
Distributions
Reverse Dependencies 5 direct, 1 indirect [details]
Downloads 5009 total (28 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-13 [all 1 reports]

Readme for ghcjs-base-stub-0.1.0.2

[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