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

package request: purescript & spago #24682

Closed
waynevanson opened this issue Sep 5, 2020 · 1 comment
Closed

package request: purescript & spago #24682

waynevanson opened this issue Sep 5, 2020 · 1 comment
Labels
request Package request

Comments

@waynevanson
Copy link
Contributor

Purescript is a functional language that transpiles to javascript: https://github.com/purescript/purescript
Spago is the recommended PureScript package manager and build tool powered by Dhall and package-sets: https://github.com/purescript/spago

These are usually installed via npm using npm install --global purescript spago, but it's not guarenteed to work because they need the Haskell toolchain stack. Both packages are written in Haskell.

Dependencies:

  • Spago
    • stack
  • Purescript
    • stack
    • spago
    • gcc
    • ncurses-libtinfo-libs
    • ncurses-libtinfo-devel ?

Any other dependencies were already installed on my system, so I'm unaware of any other required dependencies.

I will try to fulfill this.

@waynevanson
Copy link
Contributor Author

half fixes with #24723

@ericonr ericonr added the request Package request label Sep 29, 2020
@waynevanson waynevanson closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request Package request
Projects
None yet
Development

No branches or pull requests

2 participants