You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ckage-env` (haskell#6298)
Use project config instead of global one to get store-dir and logs-dir.
Fixeshaskell#5925
(cherry picked from commit 9e0ab3b)
phadej
pushed a commit
to phadej/cabal
that referenced
this issue
Dec 13, 2019
On Windows in my
cabal/config
I havestore-dir: D:\cabal\store
. When I run:I get an environment file as expected, but with the wrong
package-db
entry:Fixing that line in the environment file to
package-db D:\cabal\store\ghc-8.6.4\package.db
and it works as expected.The text was updated successfully, but these errors were encountered: