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 0bd6329..e086c3c 100644 --- a/bower.json +++ b/bower.json @@ -12,21 +12,21 @@ "url": "git://github.com/purescript-node/purescript-node-http.git" }, "devDependencies": { - "purescript-console": "^4.1.0" + "purescript-console": "master" }, "dependencies": { - "purescript-arraybuffer-types": "^2.0.0", - "purescript-contravariant": "^4.0.0", - "purescript-effect": "^2.0.0", - "purescript-foreign": "^5.0.0", - "purescript-foreign-object": ">=1.0.0 <3.0.0", - "purescript-maybe": "^4.0.0", - "purescript-node-buffer": ">=5.0.0 <7.0.0", - "purescript-node-streams": "^4.0.0", - "purescript-node-url": "^4.0.0", - "purescript-nullable": "^4.0.0", - "purescript-options": ">=4.0.0 <6.0.0", - "purescript-prelude": "^4.0.0", - "purescript-unsafe-coerce": "^4.0.0" + "purescript-arraybuffer-types": "main", + "purescript-contravariant": "master", + "purescript-effect": "master", + "purescript-foreign": "master", + "purescript-foreign-object": "master", + "purescript-maybe": "master", + "purescript-node-buffer": "master", + "purescript-node-streams": "master", + "purescript-node-url": "master", + "purescript-nullable": "main", + "purescript-options": "main", + "purescript-prelude": "master", + "purescript-unsafe-coerce": "master" } } diff --git a/package.json b/package.json index 008e672..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 build -I test" + "test": "pulp test -- --censor-lib" }, "devDependencies": { "eslint": "^7.15.0",