windows back to lts-18.13 temporarily

I can't seem to get stack to resolve dependencies with Win32-2.13.4.0,
no matter what I try. Why it blows up, I don't know.

And allow-newer: true actually causes it to downgrade Win32 to the one
version that won't build. Unbelivable that allows downgrades.

So just gonna have to wait for that to get into stackage nightly, and
then stack.yaml can be updated to use that, and the changes in this
commit reverted.
This commit is contained in:
Joey Hess 2023-08-02 12:48:12 -04:00
parent 461330c585
commit 85aadcfa1e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 41 additions and 3 deletions

View file

@ -35,6 +35,7 @@ Description:
-- make cabal install git-annex work.
Extra-Source-Files:
stack.yaml
stack-lts-18.13.yaml
README
CHANGELOG
NEWS
@ -413,7 +414,7 @@ Executable git-annex
if (os(windows))
Build-Depends:
Win32 (>= 2.13.4.0),
Win32 ((>= 2.6.1.0 && < 2.12.0.0) || >= 2.13.4.0),
setenv,
process (>= 1.6.2.0),
silently (>= 1.2.5.1)