ghcjs-fetch: GHCJS bindings for the JavaScript Fetch API

[ bsd3, library, web ] [ Propose Tags ]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Dependencies aeson (>=1.1 && <1.3), base (>=4.9 && <5), bytestring (>=0.10 && <0.11), case-insensitive (>=1.2 && <1.3), ghcjs-base, ghcjs-base-stub, http-types (>=0.9 && <0.13) [details]
License BSD-3-Clause
Copyright (C) 2017 Moritz Kiefer
Author Moritz Kiefer
Maintainer moritz.kiefer@purelyfunctional.org
Revised Revision 1 made by cocreature at 2018-05-24T14:29:24Z
Category Web
Home page https://github.com/cocreature/ghcjs-fetch#readme
Source repo head: git clone https://github.com/cocreature/ghcjs-fetch
Uploaded by cocreature at 2017-09-25T19:06:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 898 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for ghcjs-fetch-0.1.0.0

[back to package description]

ghcjs-fetch

Travis Hackage

Haskell bindings for the JavaScript Fetch API.

Running the tests

  • Build the test executable using cabal new-build ghcjs-fetch-test.
  • Run the tests with node selenium.js.