Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Something akin to "stack script" #2883

Closed
felixSchl opened this issue May 11, 2017 · 2 comments
Closed

Something akin to "stack script" #2883

felixSchl opened this issue May 11, 2017 · 2 comments

Comments

@felixSchl
Copy link
Contributor

I think this would be useful at least in the node.js context. Build and maintenance scripts and so on could then be expressed using purescript and simply run, while still retaining the ability to call into any relevant JS libraries. I just wanted to bring this up for discussion, I have not put any thought into how this would actually work.

For what it's worth here was the RFC to add a "script" command to stack: commercialhaskell/stack#2805.

@hdgarrood
Copy link
Contributor

Thanks, but we tend to try to keep this issue tracker for features that are a bit more developed / have already had some amount of thought into how they should work. Also if the idea is to behave like stack in that you can easily pin down exact versions of libraries to depend on, it shouldn't be part of the compiler, as the compiler doesn't assume any particular package manager. Perhaps the psc-package repo might be more appropriate?

@paf31
Copy link
Contributor

paf31 commented May 11, 2017

I agree this seems like a better fit for something like psc-package and not the compiler itself. Please can you move this to an issue there? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants