aboutsummaryrefslogtreecommitdiff
path: root/os/posix/Symlink.hs
Commit message (Collapse)AuthorAgeFilesLines
* Add support for symlink farming as a workaround for StackDaniel Gröber2019-09-291-0/+2
We want to be able to have the build tool use exactly the compiler and related executables we choose. Stack doesn't really like that mode of operation and insists on getting everything from PATH itself so this commit adds support for creating a temporary symlink farm to convince Stack to use the executables we want it to use.