Skip to content

Commit b6fe699

Browse files
committed
update packages
1 parent b843205 commit b6fe699

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
language: node_js
22
dist: trusty
33
sudo: required
4-
node_js: 6
4+
node_js: 8
5+
env:
6+
- PATH=$HOME/purescript:$PATH
57
install:
8+
- TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p')
9+
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
10+
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
11+
- chmod a+x $HOME/purescript
612
- npm install -g bower
713
- npm install
814
- bower install --production

bower.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"output"
1313
],
1414
"dependencies": {
15-
"purescript-effect": "#compiler/0.12",
16-
"purescript-foreign-object": "#compiler/0.12",
17-
"purescript-maybe": "#compiler/0.12",
18-
"purescript-node-streams": "#compiler/0.12",
19-
"purescript-posix-types": "#compiler/0.12",
20-
"purescript-unsafe-coerce": "#compiler/0.12",
21-
"purescript-prelude": "#compiler/0.12"
15+
"purescript-effect": "^2.0.0",
16+
"purescript-foreign-object": "^1.0.0",
17+
"purescript-maybe": "^4.0.0",
18+
"purescript-node-streams": "^4.0.0",
19+
"purescript-posix-types": "^4.0.0",
20+
"purescript-unsafe-coerce": "^4.0.0",
21+
"purescript-prelude": "^4.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)