File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
dist : trusty
3
3
sudo : required
4
- node_js : 6
4
+ node_js : stable
5
5
env :
6
6
- PATH=$HOME/purescript:$PATH
7
7
install :
Original file line number Diff line number Diff line change 17
17
" package.json"
18
18
],
19
19
"dependencies" : {
20
- "purescript-lists" : " ^3 .0.0" ,
21
- "purescript-tuples" : " ^3 .0.0" ,
22
- "purescript-foldable-traversable" : " ^2 .0.0" ,
23
- "purescript-unfoldable" : " ^2 .0.0" ,
24
- "purescript-control" : " ^2 .0.0"
20
+ "purescript-lists" : " ^4 .0.0" ,
21
+ "purescript-tuples" : " ^4 .0.0" ,
22
+ "purescript-foldable-traversable" : " ^3 .0.0" ,
23
+ "purescript-unfoldable" : " ^3 .0.0" ,
24
+ "purescript-control" : " ^3 .0.0"
25
25
},
26
26
"devDependencies" : {
27
- "purescript-assert" : " ^2 .0.0" ,
28
- "purescript-console" : " ^2 .0.0"
27
+ "purescript-assert" : " ^3 .0.0" ,
28
+ "purescript-console" : " ^3 .0.0"
29
29
}
30
30
}
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"clean" : " rimraf output && rimraf .pulp-cache" ,
5
- "build" : " pulp build --censor-lib --strict" ,
5
+ "build" : " pulp build -- -- censor-lib --strict" ,
6
6
"test" : " pulp test"
7
7
},
8
8
"devDependencies" : {
9
- "pulp" : " ^9 .0.1 " ,
10
- "purescript-psa" : " ^0.3.9 " ,
11
- "rimraf" : " ^2.5.0 "
9
+ "pulp" : " ^10 .0.4 " ,
10
+ "purescript-psa" : " ^0.5.0-rc.1 " ,
11
+ "rimraf" : " ^2.6.1 "
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments