Support for multiple versions of purescript #50
Description
As per your README:
This plugin requires that the PureScript binaries first be installed. The binaries may be installed using the purescript NPM package or as described on the PureScript installation section of the GitHub wiki.
This has the disadvantage that projects are dependent on a command in their PATH called psc
etc that happens to be purescript and happens to be at a specific version. Seeing that purescript is on npm, would it not be feasible to tell gulp-purescript
either the semver of purescript to use, or provide a path to the binary? I do understand that their is a certain degree of coupling between gulp-purescript
and the actual purescript version - i.e. commands are added / renamed / removed. But if we added this now, at least for the future we could choose to stick with an older version of purescript and gulp-purescript
if a project maintainer chose to.