-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
73 lines (62 loc) · 1.1 KB
/
package.yaml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: NasyMoe
version: 0.2.0.0
synopsis: Personal website of Nasy.
description: Personal website of Nasy.
category: Web
author: Nasy
maintainer: [email protected]
license: GPL-3
license-file: LICENSE
copyright: 2019 Nasy
github: nasyxx/nasyxx.github.io
ghc-options:
- -Wall
- -Wincomplete-uni-patterns
- -Wincomplete-record-updates
- -Wcompat
- -Widentities
- -Wredundant-constraints
- -fhide-source-paths
- -Wpartial-fields
dependencies:
- base
- Cabal
library:
source-dirs: templates
dependencies:
- blaze-html
- blaze-markup
- hakyll
exposed-modules:
- Templates
default-extensions:
- LambdaCase
executables:
site:
main: Site.hs
source-dirs: src
other-modules: []
default-extensions:
- LambdaCase
dependencies:
- blaze-html
- filepath
- hakyll
- HTTP
- pandoc
- split
- NasyMoe
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
style:
main: Style.hs
source-dirs: src
other-modules: []
default-extensions:
- OverloadedLists
dependencies:
- clay
default-extensions:
- OverloadedStrings