Closed
Description
summoner
doesn't cd
into directory when only cabal
project is created. This resulted in whole my home directory uploaded to Github as a single repository. And I didn't like it...
I think the reason for this is because system call to "cd"
doesn't change current working directory:
summoner/src/Summoner/Project.hs
Line 123 in 96b1033
Previously, there was special case for cd
in that redirected call to setCurrentDirectory
function:
But it doesn't do this anymore. And turns out that this is important.