From d01530ac21aead6607085b5cc90b62a52acd03a9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Jul 2022 13:13:25 -0400 Subject: [PATCH] Revert "lts-19.13 (ghc 9.0.2)" This reverts commit d2bc2683173ca1ade437aa294b26fd5e54353a55. That seemed to break building on windows, before it starts building git-annex at all, it tried to install ghc and something blew up: Processing archive: C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-9.0.2.tar.xz Extracting ghc-9.0.2.tar ... Extracted total of 11790 files from ghc-9.0.2.tar C:\Users\runneradmin\AppData\Local\Programs\stack\x86_64-windows\ghc-9.0.2-tmp-6d0fbe7f3b29e56c\ghc-9.0.2\: renameDirectory:pathIsDirectory:CreateFile "\\\\?\\C:\\Users\\runneradmin\\AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-9.0.2-tmp-6d0fbe7f3b29e56c\\ghc-9.0.2\\": does not exist (The system cannot find the file specified.) Hopefully a newer ghc version or updated stackage version will fix this at some point, in the meantime revert it. --- CHANGELOG | 1 - stack.yaml | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d48aaf1ad4..34050d0b67 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,6 @@ git-annex (10.20220625) UNRELEASED; urgency=medium * Improve handling of parallelization with -J when copying content from/to a git remote that is a local path. - * stack.yaml: Updated to lts-19.13 * --backend is no longer a global option, and is only accepted by commands that actually need it. * Fix building with the Assistant build flag disabled but the Webapp diff --git a/stack.yaml b/stack.yaml index 4b97f255f5..9b067c82f7 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,16 +12,19 @@ flags: gitlfs: true packages: - '.' -resolver: lts-19.13 +resolver: lts-18.13 extra-deps: - IfElse-0.85 - aws-0.22 - bloomfilter-2.0.1.0 - git-lfs-1.2.0 -- http-client-restricted-0.0.5 +- http-client-restricted-0.0.4 - network-multicast-0.3.2 - sandi-0.5 - torrent-10000.1.1 -- aeson-1.5.6.0 +- base16-bytestring-0.1.1.7 +- base64-bytestring-1.0.0.3 +- bencode-0.6.1.1 +- http-client-0.7.9 explicit-setup-deps: git-annex: true