diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 063845e..2e4c7a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v2 - uses: purescript-contrib/setup-purescript@main + with: + purescript: "0.14.0-rc3" - uses: actions/setup-node@v1 with: diff --git a/bower.json b/bower.json index 922b9b3..67af554 100644 --- a/bower.json +++ b/bower.json @@ -20,27 +20,27 @@ "package.json" ], "dependencies": { - "purescript-datetime": "^4.0.0", - "purescript-effect": "^2.0.0", - "purescript-either": "^4.0.0", - "purescript-enums": "^4.0.0", - "purescript-exceptions": "^4.0.0", - "purescript-functions": "^4.0.0", - "purescript-globals": "^4.0.0", - "purescript-integers": "^4.0.0", - "purescript-js-date": "^6.0.0", - "purescript-maybe": "^4.0.0", - "purescript-node-buffer": ">=5.0.0 <7.0.0", - "purescript-node-path": "^3.0.0", - "purescript-node-streams": "^4.0.0", - "purescript-nullable": "^4.0.0", - "purescript-partial": "^2.0.0", - "purescript-prelude": "^4.0.0", - "purescript-strings": "^4.0.0", - "purescript-unsafe-coerce": "^4.0.0" + "purescript-datetime": "master", + "purescript-effect": "master", + "purescript-either": "master", + "purescript-enums": "master", + "purescript-exceptions": "master", + "purescript-functions": "master", + "purescript-globals": "master", + "purescript-integers": "master", + "purescript-js-date": "main", + "purescript-maybe": "master", + "purescript-node-buffer": "master", + "purescript-node-path": "master", + "purescript-node-streams": "master", + "purescript-nullable": "main", + "purescript-partial": "master", + "purescript-prelude": "master", + "purescript-strings": "master", + "purescript-unsafe-coerce": "master" }, "devDependencies": { - "purescript-console": "^4.1.0", - "purescript-node-buffer": "^6.0.0" + "purescript-console": "master", + "purescript-node-buffer": "master" } } diff --git a/package.json b/package.json index fd4391e..63f9f51 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "scripts": { "clean": "rimraf output && rimraf .pulp-cache", "build": "eslint src && pulp build -- --censor-lib --strict", - "test": "pulp test" + "test": "pulp test -- --censor-lib" }, "devDependencies": { "eslint": "^7.15.0",