Skip to content

Commit a7cd9bf

Browse files
Update TAG to v0.14.0-rc3; dependencies to master; psa to v0.8.0 (#80)
1 parent 04470b1 commit a7cd9bf

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ node_js: stable
55
env:
66
- PATH=$HOME/purescript:$PATH
77
install:
8-
- TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest))
8+
# - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest))
9+
- TAG=v0.14.0-rc3
910
- curl --location --output $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
1011
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
1112
- chmod a+x $HOME/purescript

bower.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
"package.json"
2121
],
2222
"dependencies": {
23-
"purescript-either": "^4.0.0",
24-
"purescript-functions": "^4.0.0",
25-
"purescript-identity": "^4.0.0",
26-
"purescript-integers": "^4.0.0",
27-
"purescript-lists": "^5.0.0",
28-
"purescript-maybe": "^4.0.0",
29-
"purescript-prelude": "^4.0.0",
30-
"purescript-strings": "^4.0.0",
31-
"purescript-transformers": "^4.0.0"
23+
"purescript-either": "master",
24+
"purescript-functions": "master",
25+
"purescript-identity": "master",
26+
"purescript-integers": "master",
27+
"purescript-lists": "master",
28+
"purescript-maybe": "master",
29+
"purescript-prelude": "master",
30+
"purescript-strings": "master",
31+
"purescript-transformers": "master"
3232
},
3333
"devDependencies": {
34-
"purescript-console": "^4.0.0"
34+
"purescript-console": "master"
3535
}
3636
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"eslint": "^4.19.1",
1010
"pulp": "^15.0.0",
11-
"purescript-psa": "^0.6.0",
11+
"purescript-psa": "^0.8.0",
1212
"rimraf": "^2.6.2"
1313
}
1414
}

0 commit comments

Comments
 (0)