-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathaxiom.cabal
46 lines (37 loc) · 1.28 KB
/
axiom.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name: axiom
version: 0.4.7
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
author: Alberto Gómez Corona
maintainer: [email protected]
homepage: https://github.com/transient-haskell/axiom
bug-reports: https://github.com/transient-haskell/axiom/issues
synopsis: Web EDSL for running in browsers and server nodes using transient
description: Client-and Server-side Haskell framework that compiles to javascript with the GHCJS compiler and run over Transient. See homepage
category: Web
stability: experimental
data-dir: ""
extra-source-files: README.md
source-repository head
type: git
location: http://github.com/agocorona/axiom
library
build-depends: base > 4.0 && <6.0
, transformers -any
, containers -any
, transient >= 0.6.0.1
, transient-universe >= 0.5.0.0
, mtl -any
, ghcjs-perch >= 0.3.3
if impl(ghcjs >=0.1)
build-depends: ghcjs-base -any
else
build-depends: bytestring, directory
exposed-modules: GHCJS.HPlay.View
GHCJS.HPlay.Cell
exposed: True
buildable: True
default-language: Haskell2010
hs-source-dirs: src .