packages feed

ghcjs-ajax-0.2.0.0: ghcjs-ajax.cabal

name:                ghcjs-ajax
version:             0.2.0.0
synopsis:            Crossbrowser 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
  ghc-options:         -Wall
  build-depends:       base >=4.7 && <5
                     , text
                     , http-types
                     , aeson
  default-language:    Haskell2010
  js-sources:          jsbits/core.js
  if impl(ghcjs)
      build-depends:   ghcjs-base

source-repository head
  type:     git
  location: https://github.com/agrafix/ghcjs-ajax