diff options
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -18,7 +18,7 @@ | |||
18 | # | 18 | # |
19 | # resolver: ./custom-snapshot.yaml | 19 | # resolver: ./custom-snapshot.yaml |
20 | # resolver: https://example.com/snapshots/2018-01-01.yaml | 20 | # resolver: https://example.com/snapshots/2018-01-01.yaml |
21 | resolver: lts-12.20 | 21 | resolver: lts-13.18 |
22 | 22 | ||
23 | # User packages to be built. | 23 | # User packages to be built. |
24 | # Various formats can be used as shown in the example below. | 24 | # Various formats can be used as shown in the example below. |
@@ -40,9 +40,13 @@ packages: | |||
40 | # using the same syntax as the packages field. | 40 | # using the same syntax as the packages field. |
41 | # (e.g., acme-missiles-0.3) | 41 | # (e.g., acme-missiles-0.3) |
42 | extra-deps: | 42 | extra-deps: |
43 | - squeal-postgresql-0.4.0.0 | 43 | - git: https://github.com/morphismtech/squeal |
44 | - records-sop-0.1.0.2 | 44 | commit: cd3de98230645ba763183fcae3f7c38faf119c89 |
45 | - tmp-postgres-0.1.1.0 | 45 | subdirs: |
46 | - squeal-postgresql | ||
47 | - unliftio-pool-0.2.1.0@sha256:4de658feb1b10051c5af024c20cd7baa369c777716c54a7b3e2888a73286aecf | ||
48 | - records-sop-0.1.0.2 | ||
49 | - tmp-postgres-0.1.1.0 | ||
46 | 50 | ||
47 | # Override default flag values for local packages and extra-deps | 51 | # Override default flag values for local packages and extra-deps |
48 | # flags: {} | 52 | # flags: {} |