Skip to content

Commit f6c9b8c

Browse files
authored
Merge pull request #37 from paluh/updateTo14
Update to v0.14.0-rc3
2 parents cc7f2b8 + 08b7cb7 commit f6c9b8c

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"purescript-bifunctors": "^4.0.0",
20-
"purescript-control": "^4.0.0",
21-
"purescript-distributive": "^4.0.0",
22-
"purescript-foldable-traversable": "^4.0.0",
23-
"purescript-invariant": "^4.0.0",
24-
"purescript-maybe": "^4.0.0",
25-
"purescript-newtype": "^3.0.0",
26-
"purescript-prelude": "^4.0.0",
27-
"purescript-type-equality": "^3.0.0"
19+
"purescript-bifunctors": "master",
20+
"purescript-control": "master",
21+
"purescript-distributive": "master",
22+
"purescript-foldable-traversable": "master",
23+
"purescript-invariant": "master",
24+
"purescript-maybe": "master",
25+
"purescript-newtype": "master",
26+
"purescript-prelude": "master",
27+
"purescript-type-equality": "master"
2828
}
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"devDependencies": {
88
"pulp": "^15.0.0",
9-
"purescript-psa": "^0.6.0",
9+
"purescript-psa": "^0.8.0",
1010
"rimraf": "^2.6.2"
1111
}
1212
}

0 commit comments

Comments
 (0)