Skip to content

Commit 5f89705

Browse files
authored
Merge pull request #15 from AlexMouton/compiler/0.12
Compiler/0.12
2 parents a14fc45 + abd9210 commit 5f89705

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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: 8
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
@@ -16,14 +16,14 @@
1616
"package.json"
1717
],
1818
"devDependencies": {
19-
"purescript-console": "#compiler/0.12"
20-
}
19+
"purescript-console": "^4.0.0"
20+
},
2121
"dependencies": {
22-
"purescript-node-streams": "#compiler/0.12",
23-
"purescript-node-process": "#compiler/0.12",
24-
"purescript-options": "#compiler/0.12",
25-
"purescript-foreign": "#compiler/0.12",
26-
"purescript-prelude": "#compiler/0.12",
27-
"purescript-effect": "#compiler/0.12"
22+
"purescript-node-streams": "^4.0.0",
23+
"purescript-node-process": "^6.0.0",
24+
"purescript-options": "^v4.0.0",
25+
"purescript-foreign": "^5.0.0",
26+
"purescript-prelude": "^v4.0.0",
27+
"purescript-effect": "^2.0.0"
2828
}
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"eslint": "^3.17.1",
99
"pulp": "^11.0.0",
1010
"purescript-psa": "^0.5.0",
11-
"purescript": "^0.11.1",
11+
"purescript": "^0.12.0",
1212
"rimraf": "^2.5.4"
1313
}
1414
}

0 commit comments

Comments
 (0)