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 #41 from JordanMartinez/development
Browse files Browse the repository at this point in the history
Upgrade PS to 0.13.3; link to Formless template; upgrade Halogen
  • Loading branch information
JordanMartinez authored Aug 20, 2019
2 parents 2af9540 + 4db53c6 commit 951f7c3
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 171 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].2 [email protected] parcel
# ^ Installing PureScript 0.13.2 now works
- npm i -g [email protected].3 [email protected] parcel
# ^ Installing PureScript 0.13.3 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.2)
- purescript (v0.13.3)
- spago (v0.9.0.0)
- parcel (v1.12.3)

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

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

let upstream =
https://raw.githubusercontent.com/purescript/package-sets/psc-0.13.0-20190626/src/packages.dhall sha256:9905f07c9c3bd62fb3205e2108515811a89d55cff24f4341652f61ddacfcf148
https://github.com/purescript/package-sets/releases/download/psc-0.13.3-20190818/packages.dhall sha256:c95c4a8b8033a48a350106b759179f68a695c7ea2208228c522866fd43814dc8

let overrides =
{ halogen =
upstream.halogen // { version = "v5.0.0-rc.5" }
upstream.halogen // { version = "v5.0.0-rc.6" }
, halogen-vdom =
upstream.halogen-vdom // { version = "v6.1.0" }
}
Expand Down
2 changes: 1 addition & 1 deletion spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Welcome to a Spago project!
You can edit this file as you like.
-}
{ sources =
[ "src/**/*.purs", "test/**/*.purs" ]
[ "src/**/*.purs" ]
, name =
"my-project"
, dependencies =
Expand Down
2 changes: 1 addition & 1 deletion src/09-Where-Do-We-Go-From-Here.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ See [Questions Regarding the Developement of the PureScript-Halogen Library](htt

Note: these files are the initial ones I created after learning how to use the below libraries. I have not refined them since creating them, so some things may be missing. They also lack comments that explain what does what and how to best use them.
- [`halogen-select`](https://github.com/JordanMartinez/purescript-halogen-select/commit/209a11194012753d99cedf9202077e2b2c2c728f)
- [`halogen-formles`](https://github.com/JordanMartinez/purescript-halogen-formless/commit/47f8ad7ca1c1eadec6223c9004d43ec38dc762a8)
- [`halogen-formles`](https://github.com/thomashoneyman/purescript-halogen-formless/tree/master/template)
Loading

0 comments on commit 951f7c3

Please sign in to comment.