cabal install
does not accept relative dirs in --store-dir
(but cabal build
does)
#7760
Labels
cabal install
does not accept relative dirs in --store-dir
(but cabal build
does)
#7760
Describe the bug
You can use relative dirs in
--store-dir
forcabal build
but no forcabal install
To Reproduce
Steps to reproduce the behavior:
actual log
Expected behavior
cabal install
should accept relative dirs in--store-dir
likecabal build
System information
cabal-3.6.2.0
,ghc
versions: anyAdditional context
cabal install
rebuilds all dependencies after acabal build
#7745 (comment)The text was updated successfully, but these errors were encountered: