fpco / stackage-cli

MIT License
28 stars 4 forks source link

Breakage on Windows #27

Closed snoyberg closed 9 years ago

snoyberg commented 9 years ago

Currently stackage-cli doesn't work on Windows. First problem was the PATH separator, but I'm discovering others. For now, I'm trying to fix it myself so I can complete my review. Pinging @DanBurton and @chrisdone

snoyberg commented 9 years ago

I've pushed some fixes for this, @DanBurton can you review/confirm?

DanBurton commented 9 years ago

Reviewed and confirmed. The stackage exe is correctly discovering its plugins.

Stackage sandbox commands don't work for me, because it can't find the HOME environment variable. I presume there's a similar fix.

Stackage purge also fails, "failed to parse ghc-pkg output."

snoyberg commented 9 years ago

@DanBurton Are you looking into these issues?

DanBurton commented 9 years ago

@snoyberg I'll look into them today.

DanBurton commented 9 years ago

I believe I've knocked out all of the Windows bugs.

snoyberg commented 9 years ago

Seems to be working for me :)