-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathreflex-dom-ace.cabal
47 lines (40 loc) · 1.07 KB
/
reflex-dom-ace.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
47
name: reflex-dom-ace
version: 0.2.0.0
license: BSD3
author: Doug Beardsley
maintainer: [email protected]
category: Web
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules:
Reflex.Dom.ACE
build-depends:
base
, containers
, data-default
, ghcjs-dom
, jsaddle
, lens
, mtl
, reflex
, reflex-dom-core
, text
if impl(ghcjs)
cpp-options: -DGHCJS_GC_INTERVAL=60000
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-orphans
default-language: Haskell2010
executable reflex-dom-ace-exe
buildable: False
hs-source-dirs: app
main-is: Main.hs
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, directory
, jsaddle
, jsaddle-warp
, reflex-dom-core
, reflex-dom-ace
, text
, wai-app-static