Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.

Support for multiple versions of purescript #50

Open
@felixSchl

Description

@felixSchl

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions