File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
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 (#25 by @JordanMartinez )
8
9
9
10
New features:
10
11
Original file line number Diff line number Diff line change 17
17
" package.json"
18
18
],
19
19
"dependencies" : {
20
- "purescript-const" : " ^5.0.0 " ,
21
- "purescript-either" : " ^5.0.0 " ,
22
- "purescript-newtype" : " ^4.0.0 " ,
23
- "purescript-prelude" : " ^5.0.0 " ,
24
- "purescript-tuples" : " ^6.0.0 "
20
+ "purescript-const" : " master " ,
21
+ "purescript-either" : " master " ,
22
+ "purescript-newtype" : " master " ,
23
+ "purescript-prelude" : " master " ,
24
+ "purescript-tuples" : " master "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 5
5
"build" : " pulp build -- --censor-lib --strict"
6
6
},
7
7
"devDependencies" : {
8
- "pulp" : " ^15 .0.0" ,
9
- "purescript-psa" : " ^0.8.0 " ,
8
+ "pulp" : " 16 .0.0- 0" ,
9
+ "purescript-psa" : " ^0.8.2 " ,
10
10
"rimraf" : " ^3.0.2"
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments