File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v2
14
14
15
15
- uses : purescript-contrib/setup-purescript@main
16
- with :
17
- purescript : " 0.14.0-rc5"
18
16
19
17
- uses : actions/setup-node@v1
20
18
with :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Bugfixes:
12
12
13
13
Other improvements:
14
14
15
- ## [ v8.0.0] ( https://github.com./purescript-node/purescript-node-process/releases/tag/v8.0.0 ) - 2021-MONTH-DAY
15
+ ## [ v8.0.0] ( https://github.com./purescript-node/purescript-node-process/releases/tag/v8.0.0 ) - 2021-02-26
16
16
17
17
Breaking changes:
18
18
- Added support for PureScript 0.14 and dropped support for all previous versions (#24 )
Original file line number Diff line number Diff line change 2
2
"name" : " purescript-node-process" ,
3
3
"repository" : {
4
4
"type" : " git" ,
5
- "url" : " git ://github.com./purescript-node/purescript-node-process"
5
+ "url" : " https ://github.com./purescript-node/purescript-node-process.git "
6
6
},
7
7
"license" : " MIT" ,
8
8
"ignore" : [
12
12
" output"
13
13
],
14
14
"dependencies" : {
15
- "purescript-effect" : " master " ,
16
- "purescript-foreign-object" : " master " ,
17
- "purescript-maybe" : " master " ,
18
- "purescript-node-streams" : " master " ,
19
- "purescript-posix-types" : " master " ,
20
- "purescript-unsafe-coerce " : " master " ,
21
- "purescript-prelude " : " master "
15
+ "purescript-effect" : " ^3.0.0 " ,
16
+ "purescript-foreign-object" : " ^3.0.0 " ,
17
+ "purescript-maybe" : " ^5.0.0 " ,
18
+ "purescript-node-streams" : " ^5.0.0 " ,
19
+ "purescript-posix-types" : " ^5.0.0 " ,
20
+ "purescript-prelude " : " ^5.0.0 " ,
21
+ "purescript-unsafe-coerce " : " ^5.0.0 "
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments