-
Notifications
You must be signed in to change notification settings - Fork 14
/
stack.yaml
35 lines (32 loc) · 997 Bytes
/
stack.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
resolver: lts-12.2
packages:
- .
# - location:
# git: https://github.com/bitemyapp/esqueleto.git
# commit: 08c9b4cdf977d5bcd1baba046a007940c1940758
# extra-dep: true
# - location:
# git: https://github.com/bitemyapp/network-api-support.git
# commit: f66299ddfe1f4e235d6b8c60811e6fd31480be87
# extra-dep: true
# - location:
# git: https://github.com/yesodweb/wai.git
# commit: 6bf765e000c6fd14e09ebdea6c4c5b1510ff5376
# subdirs:
# - wai-extra
# extra-dep: true
allow-newer: true
extra-deps:
- git: https://github.com/bitemyapp/esqueleto.git
commit: 08c9b4cdf977d5bcd1baba046a007940c1940758
- git: https://github.com/bitemyapp/network-api-support.git
commit: f66299ddfe1f4e235d6b8c60811e6fd31480be87
- git: https://github.com/yesodweb/wai.git
commit: 6bf765e000c6fd14e09ebdea6c4c5b1510ff5376
subdirs:
- wai-extra
- postmark-0.2.3
- streaming-commons-0.2.0.0
- time-1.9.1
- yesod-colonnade-1.3.0.1
- yesod-elements-1.1