Added a comment: Further fix attempts
This commit is contained in:
parent
a5b635af20
commit
30c55f8940
1 changed files with 48 additions and 0 deletions
|
@ -0,0 +1,48 @@
|
|||
[[!comment format=mdwn
|
||||
username="account@dc612ad075297e574ebc3eb9a5b8ab6e753510dc"
|
||||
nickname="account"
|
||||
avatar="http://cdn.libravatar.org/avatar/6a2e457685ce943a3d85b0a6d1ffb11a"
|
||||
subject="Further fix attempts"
|
||||
date="2021-12-01T03:25:35Z"
|
||||
content="""
|
||||
I made another attempt at a fix by porting whatever changes you made to stack.yaml on 2739adc to git-annex.cabal using the following patch.
|
||||
[[!format sh \"\"\"
|
||||
From 05030463daca2582f2512cf14515393971263a40 Mon Sep 17 00:00:00 2001
|
||||
From: \"build@apk-groulx\" <build@apk-groulx.praxis>
|
||||
Date: Tue, 30 Nov 2021 06:48:09 +0000
|
||||
Subject: [PATCH 1/1] Added dependency for ghc 9.0.1 for cabal
|
||||
|
||||
---
|
||||
git-annex.cabal | 6 ++++--
|
||||
1 file changed, 4 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/git-annex.cabal b/git-annex.cabal
|
||||
index 9285858cd..1a3ee52ff 100644
|
||||
--- a/git-annex.cabal
|
||||
+++ b/git-annex.cabal
|
||||
@@ -330,7 +330,9 @@ Executable git-annex
|
||||
directory (>= 1.2),
|
||||
disk-free-space,
|
||||
filepath,
|
||||
- filepath-bytestring (>= 1.4.2.1.1),
|
||||
+ filepath-bytestring (>= 1.4.2.1.8),
|
||||
+ base16-bytestring (>=0.1.1.7),
|
||||
+ base64-bytestring (>=0.0.3),
|
||||
IfElse,
|
||||
monad-logger (>= 0.3.10),
|
||||
free,
|
||||
@@ -425,7 +427,7 @@ Executable git-annex
|
||||
Other-Modules: Utility.GitLFS
|
||||
|
||||
if flag(HttpClientRestricted)
|
||||
- Build-Depends: http-client-restricted (>= 0.0.2)
|
||||
+ Build-Depends: http-client-restricted (>= 0.0.4)
|
||||
CPP-Options: -DWITH_HTTP_CLIENT_RESTRICTED
|
||||
else
|
||||
Other-Modules: Utility.HttpManagerRestricted
|
||||
--
|
||||
2.34.0
|
||||
\"\"\"]]
|
||||
|
||||
The same error occurs, unfortunately.
|
||||
"""]]
|
Loading…
Reference in a new issue