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

Commit

Permalink
Upgrade project to 0.13.4 PS release
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Oct 22, 2019
1 parent 9f3fcbd commit 9d371ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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].3 [email protected] parcel
# ^ Installing PureScript 0.13.3 now works
- npm i -g [email protected].4 [email protected] parcel
# ^ Installing PureScript 0.13.4 now works

# Print version numbers
before_script:
Expand Down
4 changes: 2 additions & 2 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.3)
- purescript (v0.13.4)
- spago (v0.9.0.0)
- parcel (v1.12.3)

Or, to install them in one line
```bash
npm i -g [email protected].3 [email protected] parcel
npm i -g [email protected].4 [email protected] parcel
```

## Target Audience
Expand Down
2 changes: 1 addition & 1 deletion packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ let mkPackage =
https://raw.githubusercontent.com/purescript/package-sets/psc-0.13.0-20190626/src/mkPackage.dhall sha256:0b197efa1d397ace6eb46b243ff2d73a3da5638d8d0ac8473e8e4a8fc528cf57

let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.13.3-20190831/packages.dhall sha256:852cd4b9e463258baf4e253e8524bcfe019124769472ca50b316fe93217c3a47
https://github.com/purescript/package-sets/releases/download/psc-0.13.4-20191021/packages.dhall sha256:205829948db98d5bab8cd74e811de9b0d2a6bf3802031904db4007ee6d773a28

let overrides = {=}

Expand Down

0 comments on commit 9d371ad

Please sign in to comment.