packages feed

ghcjs-dom-hello-3.0.0.0: ghcjs-dom-hello.cabal

name: ghcjs-dom-hello
version: 3.0.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

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

executable ghcjs-dom-hello
    main-is: Main.hs
    build-depends:
        mtl >=2.1 && <2.3,
        base >=4.2 && <5,
        ghcjs-dom >=0.4 && <0.5
    hs-source-dirs: src