Skip to content

Commit c42d695

Browse files
Merge pull request #25 from purescript-halogen/purs-0.15
Upgrade to PureScript 0.15
2 parents dae531c + f7fab4b commit c42d695

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
- uses: actions/checkout@v2
1212

1313
- uses: purescript-contrib/setup-purescript@main
14+
with:
15+
purescript: "unstable"
1416

15-
- uses: actions/setup-node@v1
17+
- uses: actions/setup-node@v2
1618
with:
17-
node-version: "12"
19+
node-version: "14"
1820

1921
- name: Install dependencies
2022
run: |

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"package.json"
1616
],
1717
"dependencies": {
18-
"purescript-css": "^5.0.1",
19-
"purescript-halogen": "^6.1.1"
18+
"purescript-css": "^6.0.0",
19+
"purescript-halogen": "^7.0.0"
2020
}
2121
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"build": "pulp build -- --censor-lib --strict"
77
},
88
"devDependencies": {
9-
"pulp": "^15.0.0",
10-
"purescript": "0.14.1",
9+
"pulp": "^16.0.0-0",
10+
"purescript": "^0.15.0-0",
1111
"purescript-psa": "^0.8.2"
1212
}
1313
}

0 commit comments

Comments
 (0)