Closed srghma closed 1 year ago
Hi @srghma! I can reproduce the first problem you reported, and it's a bug in this line: https://github.com/spacchetti/spago/blob/8ce19ea5648f8bd65d6db88428bac56e66cf2560/src/Spago/Config.hs#L115
The way we should fix it is that we should call makeAbsolute
on the config path, either here or when we read it in
I cannot replicate the second problem you report, could you share a repo with instructions on how to replicate this? Also a gist or a series of commands could work
I cannot replicate the second problem you report, could you share a repo with instructions on how to replicate this? Also a gist or a series of commands could work
I have created separate issue https://github.com/spacchetti/spago/issues/478
The new Spago does not allow for pointing to a configuration anymore, see the new docs on monorepo support
if you do
then
and
real example
the second error
Missing file ./packages.dhall
is a bit different, I believe that path should be derived fromspago.dhall
packages
option