File tree 3 files changed +10
-12
lines changed
3 files changed +10
-12
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
- ## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v7.0.0 ) - 2021-MONTH-DAY
15
+ ## [ v7.0.0] ( https://github.com/purescript-node/purescript-node-buffer/releases/tag/v7.0.0 ) - 2021-02-26
16
16
17
17
Breaking changes:
18
18
- Updated code for PureScript 0.14 and dropped the ` proxy ` dependency as the ` proxy ` library has been migrated into ` prelude ` (#39 ).
Original file line number Diff line number Diff line change 10
10
],
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " git ://github.com/purescript-node/purescript-node-buffer"
13
+ "url" : " https ://github.com/purescript-node/purescript-node-buffer.git "
14
14
},
15
15
"dependencies" : {
16
- "purescript-effect " : " master " ,
17
- "purescript-maybe " : " master " ,
18
- "purescript-arraybuffer-types " : " main " ,
19
- "purescript-st" : " master " ,
20
- "purescript-unsafe-coerce" : " master "
16
+ "purescript-arraybuffer-types " : " ^3.0.0 " ,
17
+ "purescript-effect " : " ^3.0.0 " ,
18
+ "purescript-maybe " : " ^5.0.0 " ,
19
+ "purescript-st" : " ^5.0.0 " ,
20
+ "purescript-unsafe-coerce" : " ^5.0.0 "
21
21
},
22
22
"devDependencies" : {
23
- "purescript-assert" : " master " ,
24
- "purescript-console" : " master " ,
25
- "purescript-foldable-traversable" : " master "
23
+ "purescript-assert" : " ^5.0.0 " ,
24
+ "purescript-console" : " ^5.0.0 " ,
25
+ "purescript-foldable-traversable" : " ^5.0.0 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments