forked from icidasset/diffuse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
48 lines (40 loc) · 761 Bytes
/
package.yaml
File metadata and controls
48 lines (40 loc) · 761 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: diffuse
version: 1.0.1
default-extensions:
- ExtendedDefaultRules
- NoImplicitPrelude
- OverloadedStrings
dependencies:
- aeson == 1.1.*
- base >= 4.7 && < 5
- binary == 0.8.*
- bytestring == 0.10.*
- cmark == 0.5.*
- directory == 1.3.*
- flow == 1.*
- http-types == 0.9.*
- process == 1.4.*
- protolude == 0.1.*
- shikensu == 0.3.*
- text == 1.*
- time == 1.*
- unordered-containers == 0.2.*
- wai == 3.2.*
- wai-app-static == 3.1.*
- wai-cors == 0.2.*
- warp == 3.2.*
executables:
# 🚜
build:
main: Main.hs
source-dirs:
- src
- system/Build
# 🏔
server:
main: Main.hs
source-dirs: system/Server
# 🏪
vendor:
main: Main.hs
source-dirs: system/Vendor