On Windows, cabal seems to put it's data in %AppData%, which is not the right place for such data.
Instead it should use %LOCALAPPDATA%.
%AppData% on machines which are domain joined with roaming profiles will be synced back and forth to the domain controller on login/logout. They also eat away at your profile quota while the information isn't very useful on another machine.
Also since the folder contains binaries it may be subjected to virus scans further slowing syncing.
On Windows, cabal seems to put it's data in
%AppData%, which is not the right place for such data.Instead it should use
%LOCALAPPDATA%.%AppData%on machines which are domain joined with roaming profiles will be synced back and forth to the domain controller on login/logout. They also eat away at your profile quota while the information isn't very useful on another machine.Also since the folder contains binaries it may be subjected to virus scans further slowing syncing.