stack.yaml: Update to lts-19.33 and aws-0.24
This enables some new features that need the new aws. Win32 downgraded from the version in lts-19.33 because git-annex does not build with that version, and newer versions of Win32 need a newer filepath version, which can't be upgraded while using lts-19.33. Sponsored-By: Brett Eisenberg on Patreon
This commit is contained in:
parent
3048d2f3d7
commit
648e59cac2
2 changed files with 5 additions and 7 deletions
|
@ -3,6 +3,7 @@ git-annex (10.20230215) UNRELEASED; urgency=medium
|
|||
* Fix more breakage caused by git's fix for CVE-2022-24765, this time
|
||||
involving a remote that is a local bare repository not owned by the
|
||||
current user.
|
||||
* stack.yaml: Update to lts-19.33 and aws-0.24
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Tue, 14 Feb 2023 14:11:11 -0400
|
||||
|
||||
|
|
11
stack.yaml
11
stack.yaml
|
@ -11,17 +11,14 @@ flags:
|
|||
gitlfs: true
|
||||
packages:
|
||||
- '.'
|
||||
resolver: lts-18.13
|
||||
resolver: lts-19.33
|
||||
extra-deps:
|
||||
- IfElse-0.85
|
||||
- aws-0.22
|
||||
- aws-0.24
|
||||
- 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.11.1.0
|
||||
|
|
Loading…
Reference in a new issue