diff options
author | Adrien Duclos <31063055+adfretlink@users.noreply.github.com> | 2020-05-07 09:59:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 09:59:55 +0200 |
commit | 7ffc5d887764e17bb454717caae14a5012b9d927 (patch) | |
tree | 6338b90e68d4c084e319d8fddad04d610b50987e /stack.yaml | |
parent | 5c624c15685d90e179e32a62fba3c2b32a1f7fc7 (diff) | |
parent | 72ca365c341ce1c0e016c3203b8609715d097f6c (diff) | |
download | squeal-hspec-7ffc5d887764e17bb454717caae14a5012b9d927.tar.gz squeal-hspec-7ffc5d887764e17bb454717caae14a5012b9d927.tar.zst squeal-hspec-7ffc5d887764e17bb454717caae14a5012b9d927.zip |
Merge pull request #2 from Raveline/master
Upgrade from source repo
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 | ||