ghcjs-xhr-0.1.0.0: ghcjs-xhr.cabal
name: ghcjs-xhr
version: 0.1.0.0
synopsis: XmlHttpRequest ("AJAX") bindings for GHCJS
description: Please see README.md
homepage: https://github.com/tdammers/ghcjs-xhr
license: BSD3
license-file: LICENSE
author: Tobias Dammers
maintainer: tdammers@gmail.com
copyright: 2017 Tobias Dammers
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: JavaScript.XHR
build-depends: base >= 4.8 && <5
, ghcjs-base >= 0.2 && <1
, text >= 1.2.2.1 && <2
js-sources: src/impl.js
default-language: Haskell2010