Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #54 from JordanMartinez/development
Browse files Browse the repository at this point in the history
Upgrade PS to 0.13.5 and Spago to 0.12.1
  • Loading branch information
JordanMartinez authored Nov 19, 2019
2 parents 28421c1 + 7bd081f commit e819030
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 155 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ install:
# helpful as to how to do that
- npm i -g npm
# Also update NPM
- npm i -g [email protected].4 spago@0.9.0 parcel
# ^ Installing PureScript 0.13.4 now works
- npm i -g [email protected].5 spago@0.12.1 parcel
# ^ Installing PureScript 0.13.5 now works

# Print version numbers
before_script:
Expand Down
8 changes: 4 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ Learn [`purescript-halogen`](https://github.com/slamdata/purescript-halogen), (`
## Requirements

Before learning Halogen via this project, you will need to install the following. (If you don't have them already installed, see my purescript learning repo's [Install Guide](https://github.com/JordanMartinez/purescript-jordans-reference/blob/ps-0.13.x-v0.17.1/00-Getting-Started/02-Install-Guide.md)
- purescript (v0.13.4)
- spago (v0.9.0.0)
- purescript (v0.13.5)
- spago (v0.12.1.0)
- parcel (v1.12.3)

Or, to install them in one line
```bash
npm i -g [email protected].4 spago@0.9.0 parcel
npm i -g [email protected].5 spago@0.12.1 parcel
```

## Target Audience
Expand All @@ -35,7 +35,7 @@ npm i -g [email protected] [email protected] parcel

1. Git clone this project
2. Run `spago build`
3. Run `spago docs` (and refer to the docs via the `./generated-docs/html/index.html` file)
3. Run `spago docs --open`
4. Read through each folder using the same rules that I use in my learning repo (described [in the third bullet point here](https://github.com/JordanMartinez/purescript-jordans-reference#learning-purescript-using-this-project)).

Don't want to clone-and-play? Then read through this repo using [the Table of Contents](./table-of-contents.md) file.
Expand Down
Loading

0 comments on commit e819030

Please sign in to comment.