packages feed

jsaddle-wkwebview-0.7.0.0: jsaddle-wkwebview.cabal

name: jsaddle-wkwebview
version: 0.7.0.0
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com>
synopsis: Interface for JavaScript that works with GHCJS and GHC
description:
    This package provides an EDSL for calling JavaScript that
    can be used both from GHCJS and GHC.  When using GHC
    the application is run using Warp and WebSockets to
    drive a small JavaScipt helper.
category: Web, Javascript
author: Hamish Mackenzie

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

library
    exposed-modules:
        Language.Javascript.JSaddle.WKWebView
    build-depends:
        aeson >=0.8.0.2 && <1.1,
        base <5,
        bytestring >=0.10.6.0 && <0.11,
        jsaddle >= 0.7.0.0 && <0.8
    default-language: Haskell2010
    hs-source-dirs: src
    ghc-options: -ferror-spans -Wall
    c-sources: cbits/WKWebView.m