ghcjs-dom-hello-1.2.0.0: ghcjs-dom-hello.cabal
name: ghcjs-dom-hello
version: 1.2.0.0
cabal-version: >=1.6
build-type: Simple
license: MIT
license-file: LICENSE
copyright: (c) Hamish Mackenzie
maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@gmail.com>
stability: stable
homepage: https://github.com/ghcjs/ghcjs-dom-hello
bug-reports: https://github.com/ghcjs/ghcjs-dom-hello/issues
synopsis: GHCJS DOM Hello World, an example package
description: This is an implementation of the classic "Hello World" program using GHCJS DOM,
as an example of how to create a minimal GHCJS DOM application.
Please submit any suggestions and improvements.
category: Web
author: Hamish Mackenzie
data-dir: ""
source-repository head
type: git
location: https://github.com/ghcjs/ghcjs-dom-hello
executable ghcjs-dom-hello
build-depends: mtl >=2.1 && <2.3,
base >=4.2 && <5, ghcjs-dom >=0.0.7 && <0.2
main-is: Main.hs
buildable: True
hs-source-dirs: src