update stack.yaml to nightly-2024-07-29 and remove stack-lts-18.13.yaml

Primarily because Windows needs a dependency bump to get stm-2.5.1
for Servant build flag.

This includes Win32-2.13.4.0 and aws-0.24 which adds some features
that windows had been missing out on as well.

Lots of warnings about head and tail will need to eventually be
addressed. Of course AFAIK the uses of it in git-annex are all safe.
This commit is contained in:
Joey Hess 2024-07-29 20:03:58 -04:00
parent 54f2ea2b85
commit d1b641cb1e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 5 additions and 33 deletions

View file

@ -13,6 +13,6 @@ flags:
servant: true
packages:
- '.'
resolver: lts-22.9
resolver: nightly-2024-07-29
extra-deps:
allow-newer: true
- filepath-bytestring-1.4.100.3.2