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

Commit b2633c5

Browse files
committed
purs 0.11 changes
1 parent f99b46a commit b2633c5

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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
install:
66
- npm install -g bower
77
- npm install

bower.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"package.json"
1919
],
2020
"dependencies": {
21-
"purescript-console": "^2.0.0",
22-
"purescript-enums": "^2.0.0",
23-
"purescript-exceptions": "^2.0.0",
24-
"purescript-free": "^3.0.0",
25-
"purescript-machines": "^2.0.0",
26-
"purescript-random": "^2.0.0",
27-
"purescript-arrays": "^3.0.0",
28-
"purescript-datetime": "^2.1.1"
21+
"purescript-console": "^3.0.0",
22+
"purescript-enums": "^3.0.0",
23+
"purescript-exceptions": "^3.0.0",
24+
"purescript-free": "^4.0.0",
25+
"purescript-machines": "^4.0.0",
26+
"purescript-random": "^3.0.0",
27+
"purescript-arrays": "^4.0.1",
28+
"purescript-datetime": "^3.0.0"
2929
}
3030
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"test": "pulp test"
77
},
88
"devDependencies": {
9-
"pulp": "^10.0.0",
10-
"purescript-psa": "^0.3.9",
11-
"purescript": "^0.10.2",
12-
"rimraf": "^2.5.4"
9+
"pulp": "^11.0.0",
10+
"purescript-psa": "^0.5.0",
11+
"purescript": "^0.11.1",
12+
"rimraf": "^2.6.1"
1313
}
1414
}

0 commit comments

Comments
 (0)