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
Describe the bug
cabal writes the package environment file in the directory returned by getHomeDirectory.
GHC uses getAppUserDataDirectory.
These are the same on Linux, but different on Windows (%HOMEPATH% and %APPDATA% respectively)
To Reproduce
Steps to reproduce the behavior:
cabal v2-install --lib vector
ghci
Expected behavior
The package environment file should be created in the correct directory and ghci should load it on startup.
System information
Windows 10
cabal 3.0.0.0, ghc 8.6.5
The text was updated successfully, but these errors were encountered:
Describe the bug
cabal writes the package environment file in the directory returned by
getHomeDirectory
.GHC uses
getAppUserDataDirectory
.These are the same on Linux, but different on Windows (%HOMEPATH% and %APPDATA% respectively)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The package environment file should be created in the correct directory and ghci should load it on startup.
System information
The text was updated successfully, but these errors were encountered: