Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Missing instruction to change cabal config file in Windows install procedure #8

@haskie-lambda

Description

@haskie-lambda

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

extra-prog-path: C:\Program Files\Haskell Platform\8.4.3\msys\usr\bin,
C:\Users[user]\AppData\Roaming\cabal\bindir

to a semicolon

extra-prog-path: C:\Program Files\Haskell Platform\8.4.3\msys\usr\bin;
                 C:\Users\[user]\AppData\Roaming\cabal\bindir

otherwise some libraries can't be installed with cabbal (eg. old-time, hsdev, etc.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions