File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
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 : " unstable"
16
18
17
19
- uses : actions/setup-node@v1
18
20
with :
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 (#19 by @JordanMartinez )
8
9
9
10
New features:
10
11
- Added ` Foldable ` and ` Traversable ` instances for ` Graph ` (#16 by @MaybeJustJames )
Original file line number Diff line number Diff line change 19
19
" package.json"
20
20
],
21
21
"dependencies" : {
22
- "purescript-catenable-lists" : " ^6.0.0 " ,
23
- "purescript-ordered-collections" : " ^2.0.0 "
22
+ "purescript-catenable-lists" : " master " ,
23
+ "purescript-ordered-collections" : " master "
24
24
},
25
25
"devDependencies" : {
26
- "purescript-console" : " ^5.0.0 "
26
+ "purescript-console" : " master "
27
27
}
28
28
}
Original file line number Diff line number Diff line change 6
6
"test" : " pulp test"
7
7
},
8
8
"devDependencies" : {
9
- "pulp" : " ^15 .0.0" ,
10
- "purescript-psa" : " ^0.8.0 " ,
9
+ "pulp" : " 16 .0.0- 0" ,
10
+ "purescript-psa" : " ^0.8.2 " ,
11
11
"rimraf" : " ^3.0.2"
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments