forked from snowdriftcoop/snowdrift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.yaml
36 lines (36 loc) · 1016 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
36
flags:
Snowdrift:
dev: true
resolver: lts-9.18
packages:
- website
- crowdmatch
- run-persist
extra-deps:
- hashids-1.0.2.3
- hsass-0.5.0
# Stripe is absent from lts-9
- stripe-core-2.2.3
- stripe-haskell-2.2.3
- stripe-http-streams-2.2.3
# This is patched to use UTCTime instead of Localtime (needs to get moved
# upstream: see https://gitlab.com/snowdrift/snowdrift/issues/8)
- git: https://gitlab.com/snowdrift/postgresql-simple-migration-patches.git
commit: 55ae21a7ee5b0386ec7c6909409b1bdacebcc924
- git: https://notabug.org/fr33domlover/shakespeare-sass.git
commit: e25b7f6699096e0ffa619dc71a8ef028940e5bb9
# Please remove this and edit dev-tools/tag.sh once v0.5.1.3 comes out.
# We'll then just do `stack install codex`.
- git: https://github.com/aloiscochard/codex.git
commit: 0d59fe5099136015912e13a4c1ea573c5fd7f2ff
nix:
enable: false
pure: false
packages:
- ncurses
- gmp
- gcc
- openssl
- postgresql96
- zlib
- gnumake