async-ajax-0.2.0.0: async-ajax.cabal
name: async-ajax
version: 0.2.0.0
synopsis: Crossbrowser async AJAX Bindings for GHCJS
description: Please see README.md
homepage: https://github.com/agrafix/ghcjs-ajax#readme
license: MIT
license-file: LICENSE
author: Alexander Thiemann
maintainer: mail@athiemann.net
copyright: 2016 Alexander Thiemann <mail@athiemann.net>
category: Web
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: JavaScript.Ajax.Async
ghc-options: -Wall
build-depends: base >=4.7 && <5
, async
, ghcjs-ajax >= 0.2
, text
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/agrafix/ghcjs-ajax