diff options
author | A.D <Raveline@users.noreply.github.com> | 2020-04-11 12:19:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 12:19:19 +0200 |
commit | 72ca365c341ce1c0e016c3203b8609715d097f6c (patch) | |
tree | 6338b90e68d4c084e319d8fddad04d610b50987e /stack.yaml | |
parent | a8c9389bb8bb23ee0fb1ea0531923251f52d1725 (diff) | |
parent | 4c2683dd5f71276cf001b177d5a72ad8ab4a6976 (diff) | |
download | squeal-hspec-72ca365c341ce1c0e016c3203b8609715d097f6c.tar.gz squeal-hspec-72ca365c341ce1c0e016c3203b8609715d097f6c.tar.zst squeal-hspec-72ca365c341ce1c0e016c3203b8609715d097f6c.zip |
Merge pull request #5 from adfretlink/bump-to-squeal-0.6
Bump to squeal 0.6
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -40,8 +40,12 @@ 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.5.0.0 | 43 | - git: https://github.com/morphismtech/squeal |
44 | commit: 9b5c1f78097f531a66da8cca267e2ad6c1d227e6 | ||
45 | subdirs: | ||
46 | - squeal-postgresql | ||
44 | - unliftio-pool-0.2.1.0@sha256:4de658feb1b10051c5af024c20cd7baa369c777716c54a7b3e2888a73286aecf | 47 | - unliftio-pool-0.2.1.0@sha256:4de658feb1b10051c5af024c20cd7baa369c777716c54a7b3e2888a73286aecf |
48 | - free-categories-0.2.0.0 | ||
45 | - records-sop-0.1.0.2 | 49 | - records-sop-0.1.0.2 |
46 | - tmp-postgres-0.1.1.0 | 50 | - tmp-postgres-0.1.1.0 |
47 | 51 | ||