Open vmchale opened 4 years ago
Hello, thanks for the bug report. What happens if you try to specify the Cabal version to >= 3.0.0.0
in the libarchive
cabal file custom-setup setup-depends?
There are subtleties to overriding boot packages in extra-deps
; sadly I've been unable to find the documentation about them.
I suspect that you will have better luck with a custom snapshot than using extra-deps; would you try that and give an indication of whether it helps?
First detected: https://github.com/vmchale/libarchive/pull/3
Steps to reproduce
Run
stack build
in libarchive source directory.Expected
chs-cabal
dependency builds without any problems;Cabal
is a transitive dependency ofcha-cabal
.Actual
stack issues a warning and then fails
Stack version
Method of installation