fpco / stackage-cli

MIT License
28 stars 4 forks source link

stackage-upgrade #6

Closed chrisdone closed 9 years ago

chrisdone commented 9 years ago

Basically stackage purge; stackage init. It should run these two commands. If running of plugins is librified, this can be done via importing Stackage.CLI from the library (#2).

DanBurton commented 9 years ago

This has inherited the features of stackage init. Consequently, this tool can actually be used to "downgrade" just as well as "upgrade."

stackage init lts/2.0
stackage upgrade lts/1.15

/shrug

DanBurton commented 9 years ago

Now uses simpleOptions. See 3ee0a12. I believe this issue should be ready to close.