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

@ -413,7 +413,7 @@ Executable git-annex
if (os(windows)) if (os(windows))
Build-Depends: Build-Depends:
Win32 ((>= 2.6.1.0 && < 2.12.0.0) || >= 2.13.4.0), Win32 (>= 2.13.4.0),
setenv, setenv,
process (>= 1.6.2.0), process (>= 1.6.2.0),
silently (>= 1.2.5.1) silently (>= 1.2.5.1)

View file

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