stack.yaml: Updated to lts-19.32
This allows building with aws-0.23 Win32-2.13.4.0 contains a function that is not in lts-19.32 yet. Adding it to stack.yaml does not seem to cause problems when building on linux.
This commit is contained in:
parent
80e1bf5f40
commit
15dd7fe84b
2 changed files with 6 additions and 8 deletions
|
@ -1,9 +1,10 @@
|
|||
git-annex (10.20221104) upstream; urgency=medium
|
||||
git-annex (10.20221104) UNRELEASED; urgency=medium
|
||||
|
||||
* S3: Support signature=anonymous to access a S3 bucket anonymously.
|
||||
This can be used, for example, with importtree=yes to import from
|
||||
a public bucket.
|
||||
This feature needs git-annex to be built with aws-0.23.
|
||||
* stack.yaml: Updated to lts-19.32
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Thu, 03 Nov 2022 14:07:31 -0400
|
||||
|
||||
|
|
11
stack.yaml
11
stack.yaml
|
@ -11,17 +11,14 @@ flags:
|
|||
gitlfs: true
|
||||
packages:
|
||||
- '.'
|
||||
resolver: lts-18.13
|
||||
resolver: lts-19.32
|
||||
extra-deps:
|
||||
- IfElse-0.85
|
||||
- aws-0.22
|
||||
- aws-0.23
|
||||
- bloomfilter-2.0.1.0
|
||||
- git-lfs-1.2.0
|
||||
- http-client-restricted-0.0.4
|
||||
- http-client-restricted-0.0.5
|
||||
- network-multicast-0.3.2
|
||||
- sandi-0.5
|
||||
- torrent-10000.1.1
|
||||
- base16-bytestring-0.1.1.7
|
||||
- base64-bytestring-1.0.0.3
|
||||
- bencode-0.6.1.1
|
||||
- http-client-0.7.9
|
||||
- Win32-2.13.4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue