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
{{ message }}
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.
when installing the the platform on windows it would help to add an additional step to the install procedure described here: Haskell Platform Windows installation
The missing step is to change the following in the %APPDATA%\Roaming\cabal\config file:
one has to change the colon in
when installing the the platform on windows it would help to add an additional step to the install procedure described here:
Haskell Platform Windows installation
The missing step is to change the following in the %APPDATA%\Roaming\cabal\config file:
one has to change the colon in
to a semicolon
otherwise some libraries can't be installed with cabbal (eg. old-time, hsdev, etc.)
The text was updated successfully, but these errors were encountered: