diff options
author | A.D <Raveline@users.noreply.github.com> | 2019-05-03 10:40:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-03 10:40:07 +0200 |
commit | fc6d19e370eded2d5c819d1ef186e26ecd9419f2 (patch) | |
tree | 6694853fc7705a67b4f8b9f8ac92c4a53d026a94 /stack.yaml | |
parent | 8c738ffcd5ba7ad6c38303857cd351d01d4bba5f (diff) | |
parent | d8e546eb86a18c4e61c2e2f0844d5c29dd358d38 (diff) | |
download | squeal-hspec-fc6d19e370eded2d5c819d1ef186e26ecd9419f2.tar.gz squeal-hspec-fc6d19e370eded2d5c819d1ef186e26ecd9419f2.tar.zst squeal-hspec-fc6d19e370eded2d5c819d1ef186e26ecd9419f2.zip |
Merge pull request #1 from Raveline/bump-squeal
Follow latest Squeal commit
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: {} |