File tree Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up a PureScript toolchain
1717 uses : purescript-contrib/setup-purescript@main
1818 with :
19+ purescript : " unstable"
1920 purs-tidy : " latest"
2021
2122 - name : Cache PureScript dependencies
3233 - name : Build source
3334 run : spago build --no-install --purs-args '--censor-lib --strict'
3435
35- - name : Run tests
36- run : spago test --no-install
36+ # - name: Run tests
37+ # run: spago test --no-install
3738
3839 - name : Check formatting
3940 run : purs-tidy check src test
41+
42+ - name : Verify Bower & Pulp
43+ run : |
44+ npm install bower [email protected] 45+ npx bower install
46+ npx pulp build -- --censor-lib --strict
47+ if [ -d "test" ]; then
48+ npx pulp test
49+ fi
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Notable changes to this project are documented in this file. The format is based
55## [ Unreleased]
66
77Breaking changes:
8+ - Update project and deps to PureScript v0.15.0 (#14 by @JordanMartinez )
89
910New features:
1011
Original file line number Diff line number Diff line change 1212 " output"
1313 ],
1414 "dependencies" : {
15- "purescript-aff" : " ^6.0.0 " ,
16- "purescript-avar" : " ^4.0.0 " ,
17- "purescript-effect" : " ^3.0.0 "
15+ "purescript-aff" : " main " ,
16+ "purescript-avar" : " main " ,
17+ "purescript-effect" : " master "
1818 },
1919 "devDependencies" : {
20- "purescript-console" : " ^5.0.0 " ,
21- "purescript-assert" : " ^5.0.0 "
20+ "purescript-console" : " master " ,
21+ "purescript-assert" : " master "
2222 }
2323}
Original file line number Diff line number Diff line change 11let upstream =
2- https:// github . com/ purescript/ package- sets/ releases / download / psc - 0.14 . 3 - 20210722 / packages. dhall sha256 : 1 ceb43aa59436bf5601bac45f6f3781c4e1f0e4c2b8458105b018e5ed8c30f8c
2+ https:// raw . githubusercontent . com/ purescript/ package- sets/ prepare - 0.15 / src / packages. dhall
33
44in upstream
Original file line number Diff line number Diff line change 1212 , " maybe"
1313 , " partial"
1414 , " prelude"
15- , " psci-support"
1615 , " transformers"
1716 , " tuples"
1817 , " unfoldable"
You can’t perform that action at this time.
0 commit comments