diff options
author | Adrien Duclos <31063055+adfretlink@users.noreply.github.com> | 2021-01-22 13:34:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 13:34:14 +0100 |
commit | 26739f2fcf8bdffbf9cef2bce5de331577d8dc87 (patch) | |
tree | 3f228e9579247924071360ffc73b2f1a04e21045 /stack.yaml | |
parent | 4b30aff3e18ae6ebdc2a3552832265c55ca88d43 (diff) | |
parent | cfe36707d9d022c2959940566cc03353ea7e3238 (diff) | |
download | squeal-hspec-26739f2fcf8bdffbf9cef2bce5de331577d8dc87.tar.gz squeal-hspec-26739f2fcf8bdffbf9cef2bce5de331577d8dc87.tar.zst squeal-hspec-26739f2fcf8bdffbf9cef2bce5de331577d8dc87.zip |
Merge pull request #4 from adfretlink/bump-lts
Bump the LTS to 16.31
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 8 |
1 files changed, 2 insertions, 6 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-13.20 | 21 | resolver: lts-16.31 |
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. |
@@ -41,13 +41,9 @@ packages: | |||
41 | # (e.g., acme-missiles-0.3) | 41 | # (e.g., acme-missiles-0.3) |
42 | extra-deps: | 42 | extra-deps: |
43 | - git: https://github.com/morphismtech/squeal | 43 | - git: https://github.com/morphismtech/squeal |
44 | commit: 9b5c1f78097f531a66da8cca267e2ad6c1d227e6 | 44 | commit: 7557c2ddd32430ed82937a7864e5879b1ac77513 |
45 | subdirs: | 45 | subdirs: |
46 | - squeal-postgresql | 46 | - squeal-postgresql |
47 | - unliftio-pool-0.2.1.0@sha256:4de658feb1b10051c5af024c20cd7baa369c777716c54a7b3e2888a73286aecf | ||
48 | - free-categories-0.2.0.0 | ||
49 | - records-sop-0.1.0.2 | ||
50 | - tmp-postgres-0.1.1.0 | ||
51 | 47 | ||
52 | # Override default flag values for local packages and extra-deps | 48 | # Override default flag values for local packages and extra-deps |
53 | # flags: {} | 49 | # flags: {} |