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
- ## [ v5.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v5.0.0 ) - 2021-MONTH-DAY
15
+ ## [ v5.0.0] ( https://github.com/purescript-node/purescript-node-readline/releases/tag/v5.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 (#20 )
Original file line number Diff line number Diff line change 3
3
"homepage" : " https://github.com/purescript-contrib/purescript-node-readline" ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
- "url" : " git ://github.com/purescript-node/purescript-node-readline.git"
6
+ "url" : " https ://github.com/purescript-node/purescript-node-readline.git"
7
7
},
8
8
"license" : " MIT" ,
9
9
"ignore" : [
16
16
" package.json"
17
17
],
18
18
"devDependencies" : {
19
- "purescript-console" : " master "
19
+ "purescript-console" : " ^5.0.0 "
20
20
},
21
21
"dependencies" : {
22
- "purescript-node-streams " : " master " ,
23
- "purescript-node-process " : " master " ,
24
- "purescript-options " : " main " ,
25
- "purescript-foreign " : " master " ,
26
- "purescript-prelude " : " master " ,
27
- "purescript-effect " : " master "
22
+ "purescript-effect " : " ^3.0.0 " ,
23
+ "purescript-foreign " : " ^6.0.0 " ,
24
+ "purescript-node-process " : " ^8.0.0 " ,
25
+ "purescript-node-streams " : " ^5.0.0 " ,
26
+ "purescript-options " : " ^6.0.0 " ,
27
+ "purescript-prelude " : " ^5.0.0 "
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments