-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Use spago instead of pulp and bower #127
Use spago instead of pulp and bower #127
Conversation
@connorads Do you want some extra fingers on this PR? |
Yes, would love them! |
Alright, I will try to find some time. purescript did manage to piss me off a bit over the last hour lol (I just want it to be Haskell in the browser, and it is NOT that). Still, I guess it is the closest I can get. |
I'd also like to see this moving along and can spend some time on it. I'm curious who is able to merge these PRs... @aimorris ? |
I can merge the PR once it's complete. I might be able to help out over the next week, or I might not. |
@ErikSchierboom : As far as I'm concerned everything in this PR is covered by the changes now in |
Summary
This PR updates the PureScript docs and exercises to use
spago
.Fixes #119
spago
is now preferred overbower
on PureScript website and getting started guide.Todo
INSTALLATION.md
andTESTS.md
bower.json
withpackages.dhall
andspago.dhall
.gitignore
check-bower.sh
README.md
.travis.yml
More info
Used
spago init
to migrate each exercise and then deleted the respectivebower.json
.Then used
spago test
to install packages and run tests.All the packages seemed to install and then the tests seem to fail as expected.