fix stack build on windows

For whatever reason, putting Win32-2.13.4.0 in stack.yaml results in
stack blowing up with many unrelated dependency problems.
But making git-annex depend on that version lets stack resolve deps.
This commit is contained in:
Joey Hess 2023-08-02 11:50:12 -04:00
parent 7d81b3b0d9
commit f1842b616a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,6 @@ extra-deps:
- torrent-10000.1.1
- bencode-0.6.1.1
- feed-1.3.2.1
- Win32-2.13.4.0
- git: https://github.com/sjakobi/bloomfilter.git
commit: fb79b39c44404fd791a3bed973e9d844fb084f1e
allow-newer: true