Skip to content

Commit 323c2c5

Browse files
committed
Update for PureScript 0.11
1 parent 29b9d20 commit 323c2c5

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
dist: trusty
33
sudo: required
4-
node_js: 6
4+
node_js: stable
55
env:
66
- PATH=$HOME/purescript:$PATH
77
install:

bower.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"package.json"
1818
],
1919
"dependencies": {
20-
"purescript-lists": "^3.0.0",
21-
"purescript-tuples": "^3.0.0",
22-
"purescript-foldable-traversable": "^2.0.0",
23-
"purescript-unfoldable": "^2.0.0",
24-
"purescript-control": "^2.0.0"
20+
"purescript-lists": "^4.0.0",
21+
"purescript-tuples": "^4.0.0",
22+
"purescript-foldable-traversable": "^3.0.0",
23+
"purescript-unfoldable": "^3.0.0",
24+
"purescript-control": "^3.0.0"
2525
},
2626
"devDependencies": {
27-
"purescript-assert": "^2.0.0",
28-
"purescript-console": "^2.0.0"
27+
"purescript-assert": "^3.0.0",
28+
"purescript-console": "^3.0.0"
2929
}
3030
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"private": true,
33
"scripts": {
44
"clean": "rimraf output && rimraf .pulp-cache",
5-
"build": "pulp build --censor-lib --strict",
5+
"build": "pulp build -- --censor-lib --strict",
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"pulp": "^9.0.1",
10-
"purescript-psa": "^0.3.9",
11-
"rimraf": "^2.5.0"
9+
"pulp": "^10.0.4",
10+
"purescript-psa": "^0.5.0-rc.1",
11+
"rimraf": "^2.6.1"
1212
}
1313
}

0 commit comments

Comments
 (0)