Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit fcba941

Browse files
Update to v0.14.0-rc3 (#6)
* Update Bower dependencies to master * Update to v0.14.0-rc3 purescript
1 parent 0200770 commit fcba941

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"output"
2222
],
2323
"dependencies": {
24-
"purescript-prelude": "^4.0.0",
25-
"purescript-effect": "^2.0.0",
26-
"purescript-maybe": "^4.0.0",
27-
"purescript-functions": "^4.0.0",
28-
"purescript-exceptions": "^4.0.0"
24+
"purescript-prelude": "master",
25+
"purescript-effect": "master",
26+
"purescript-maybe": "master",
27+
"purescript-functions": "master",
28+
"purescript-exceptions": "master"
2929
}
3030
}

0 commit comments

Comments
 (0)