-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.yaml
More file actions
30 lines (25 loc) · 721 Bytes
/
package.yaml
File metadata and controls
30 lines (25 loc) · 721 Bytes
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: reflex-skeleton
version: 0.0.0.0
github: "thalesmg/reflex-skeleton"
license: GPL-3
author: "Thales Macedo Garitezi"
maintainer: "thalesmg@gmail.com"
copyright: "GPLv3"
extra-source-files:
- Readme.org
- CHANGELOG.md
synopsis: "A Reflex(-DOM) skeleton project"
category: Utils
description: Please see the README on GitHub at <https://github.com/thalesmg/reflex-skeleton#Readme.org>
dependencies:
- base >= 4.7 && < 5
- reflex
- reflex-dom
executables:
reflex-skeleton:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N