File tree 5 files changed +19
-9
lines changed 5 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 16
16
- name : Set up a PureScript toolchain
17
17
uses : purescript-contrib/setup-purescript@main
18
18
with :
19
+ purescript : " unstable"
19
20
purs-tidy : " latest"
20
21
21
22
- name : Cache PureScript dependencies
32
33
- name : Build source
33
34
run : spago build --no-install --purs-args '--censor-lib --strict'
34
35
35
- - name : Run tests
36
- run : spago test --no-install
36
+ # - name: Run tests
37
+ # run: spago test --no-install
37
38
38
39
- name : Check formatting
39
40
run : purs-tidy check src test
41
+
42
+ - name : Verify Bower & Pulp
43
+ run : |
44
+ npm install bower pulp@16.0.0-0
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
5
5
## [ Unreleased]
6
6
7
7
Breaking changes:
8
+ - Update project and deps to PureScript v0.15.0 (#32 by @JordanMartinez )
8
9
9
10
New features:
10
11
Original file line number Diff line number Diff line change 14
14
"url" : " https://github.com/purescript-contrib/purescript-aff-coroutines.git"
15
15
},
16
16
"dependencies" : {
17
- "purescript-aff" : " ^6.0.0 " ,
18
- "purescript-avar" : " ^4.0.0 " ,
19
- "purescript-coroutines" : " ^6.0.0 " ,
20
- "purescript-effect" : " ^3.0.0 "
17
+ "purescript-aff" : " main " ,
18
+ "purescript-avar" : " main " ,
19
+ "purescript-coroutines" : " main " ,
20
+ "purescript-effect" : " master "
21
21
},
22
22
"devDependencies" : {
23
- "purescript-console" : " ^5.0.0 "
23
+ "purescript-console" : " master "
24
24
}
25
25
}
Original file line number Diff line number Diff line change 1
1
let 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
3
3
4
4
in upstream
Original file line number Diff line number Diff line change 10
10
, " maybe"
11
11
, " newtype"
12
12
, " prelude"
13
- , " psci-support"
14
13
, " transformers"
15
14
]
16
15
, packages = ./ packages. dhall
You can’t perform that action at this time.
0 commit comments