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
When I am using cabal-edit on windows, it reported the following error message.
$ cabal-edit --version
No ~/.cabal directory found. Is cabal installed?
I had my Cabal and GHC properly installed.
$ cabal --version
cabal-install version 3.2.0.0
compiled using version 3.2.0.0 of the Cabal library.
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.10.2
It attempts to find cabal files in $HOME/.cabal but in Windows Cabal save its files to %APPDATA%\cabal which is the result of getAppUserDataDirectory "cabal" on Windows system. (Reference)
The text was updated successfully, but these errors were encountered:
When I am using cabal-edit on windows, it reported the following error message.
I had my Cabal and GHC properly installed.
This may be a problem with this line.
It attempts to find cabal files in
$HOME/.cabal
but in Windows Cabal save its files to%APPDATA%\cabal
which is the result ofgetAppUserDataDirectory "cabal"
on Windows system. (Reference)The text was updated successfully, but these errors were encountered: