Skip to content

Commit 1ff3ba9

Browse files
Update to v0.14.0-rc3 (#31)
1 parent e9e8d8b commit 1ff3ba9

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- uses: purescript-contrib/setup-purescript@main
16+
with:
17+
purescript: "0.14.0-rc3"
1618

1719
- uses: actions/setup-node@v1
1820
with:

bower.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"url": "git://github.com/purescript-node/purescript-node-http.git"
1313
},
1414
"devDependencies": {
15-
"purescript-console": "^4.1.0"
15+
"purescript-console": "master"
1616
},
1717
"dependencies": {
18-
"purescript-arraybuffer-types": "^2.0.0",
19-
"purescript-contravariant": "^4.0.0",
20-
"purescript-effect": "^2.0.0",
21-
"purescript-foreign": "^5.0.0",
22-
"purescript-foreign-object": ">=1.0.0 <3.0.0",
23-
"purescript-maybe": "^4.0.0",
24-
"purescript-node-buffer": ">=5.0.0 <7.0.0",
25-
"purescript-node-streams": "^4.0.0",
26-
"purescript-node-url": "^4.0.0",
27-
"purescript-nullable": "^4.0.0",
28-
"purescript-options": ">=4.0.0 <6.0.0",
29-
"purescript-prelude": "^4.0.0",
30-
"purescript-unsafe-coerce": "^4.0.0"
18+
"purescript-arraybuffer-types": "main",
19+
"purescript-contravariant": "master",
20+
"purescript-effect": "master",
21+
"purescript-foreign": "master",
22+
"purescript-foreign-object": "master",
23+
"purescript-maybe": "master",
24+
"purescript-node-buffer": "master",
25+
"purescript-node-streams": "master",
26+
"purescript-node-url": "master",
27+
"purescript-nullable": "main",
28+
"purescript-options": "main",
29+
"purescript-prelude": "master",
30+
"purescript-unsafe-coerce": "master"
3131
}
3232
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
55
"build": "eslint src && pulp build -- --censor-lib --strict",
6-
"test": "pulp build -I test"
6+
"test": "pulp test -- --censor-lib"
77
},
88
"devDependencies": {
99
"eslint": "^7.15.0",

0 commit comments

Comments
 (0)