Skip to content

Commit 9aa94c0

Browse files
Update to v0.14.0-rc3 (#2)
1 parent 7d02513 commit 9aa94c0

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"package.json"
1616
],
1717
"dependencies": {
18-
"purescript-prelude": "^4.0.0",
19-
"purescript-effect": "^2.0.0",
20-
"purescript-nullable": "^4.0.0",
21-
"purescript-arraybuffer-types": "^2.0.0",
22-
"purescript-tuples": "^5.0.0",
23-
"purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#^1.0.0",
24-
"purescript-exceptions": "^4.0.0"
18+
"purescript-prelude": "master",
19+
"purescript-effect": "master",
20+
"purescript-nullable": "main",
21+
"purescript-arraybuffer-types": "main",
22+
"purescript-tuples": "master",
23+
"purescript-web-promise": "https://github.com/purescript-web/purescript-web-promise.git#master",
24+
"purescript-exceptions": "master"
2525
}
2626
}

0 commit comments

Comments
 (0)