forked from ghcjs/ghcjs-dom-hello
-
Notifications
You must be signed in to change notification settings - Fork 2
/
ghcjs-dom-hello.cabal
31 lines (28 loc) · 915 Bytes
/
ghcjs-dom-hello.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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