diff options
author | A.D <Raveline@users.noreply.github.com> | 2020-04-11 11:47:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 11:47:04 +0200 |
commit | a8c9389bb8bb23ee0fb1ea0531923251f52d1725 (patch) | |
tree | 9ae88e0105a475942692fcaeb8c99a575c13a1d3 /stack.yaml | |
parent | 87ac1a449df5104b7e53a716a70b3ad17055338f (diff) | |
parent | b47ba97be9a51ee4e12df7c4e63e6079e937d0bf (diff) | |
download | squeal-hspec-a8c9389bb8bb23ee0fb1ea0531923251f52d1725.tar.gz squeal-hspec-a8c9389bb8bb23ee0fb1ea0531923251f52d1725.tar.zst squeal-hspec-a8c9389bb8bb23ee0fb1ea0531923251f52d1725.zip |
Merge pull request #4 from adfretlink/pass-fixtures-to-specs
feat(fixture): add ability to pass fixtures to specs
Diffstat (limited to 'stack.yaml')
-rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ 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-0.5.0.0 | 43 | - squeal-postgresql-0.5.0.0 |
44 | - unliftio-pool-0.2.1.0@sha256:4de658feb1b10051c5af024c20cd7baa369c777716c54a7b3e2888a73286aecf | 44 | - unliftio-pool-0.2.1.0@sha256:4de658feb1b10051c5af024c20cd7baa369c777716c54a7b3e2888a73286aecf |
45 | - records-sop-0.1.0.2 | 45 | - records-sop-0.1.0.2 |
46 | - tmp-postgres-0.1.1.0 | 46 | - tmp-postgres-0.1.1.0 |