Skip to content

Commit 81b8542

Browse files
Update TAG to v0.14.0-rc3; dependencies to master; psa to v0.8.0
1 parent 20ca891 commit 81b8542

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ node_js: stable
55
env:
66
- PATH=$HOME/purescript:$PATH
77
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')
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')
99
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
1010
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
1111
- chmod a+x $HOME/purescript

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"output"
1717
],
1818
"dependencies": {
19-
"purescript-math": "^2.1.0",
20-
"purescript-globals": "^4.0.0",
21-
"purescript-maybe": "^4.0.0"
19+
"purescript-math": "master",
20+
"purescript-globals": "master",
21+
"purescript-maybe": "master"
2222
},
2323
"devDependencies": {
24-
"purescript-console": "^4.2.0",
25-
"purescript-assert": "^4.1.0"
24+
"purescript-console": "master",
25+
"purescript-assert": "master"
2626
}
2727
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"devDependencies": {
99
"pulp": "^12.2.0",
10-
"purescript-psa": "^0.6.0",
10+
"purescript-psa": "^0.8.0",
1111
"rimraf": "^2.6.1"
1212
}
1313
}

0 commit comments

Comments
 (0)