Skip to content

Commit b4da429

Browse files
Update tag to v0.14.0-rc3; dependencies to master; psa to v0.8.0 (#55)
1 parent 5bd0cea commit b4da429

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
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
@@ -14,7 +15,7 @@ install:
1415
- bower install --production
1516
script:
1617
- npm run -s build
17-
- bower install
18+
- bower install
1819
- npm run -s test
1920
after_success:
2021
- >-

bower.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"purescript-bifunctors": "^4.0.0",
20-
"purescript-control": "^4.0.0",
21-
"purescript-foldable-traversable": "^4.0.0",
22-
"purescript-invariant": "^4.0.0",
23-
"purescript-maybe": "^4.0.0",
24-
"purescript-prelude": "^4.0.0"
19+
"purescript-bifunctors": "master",
20+
"purescript-control": "master",
21+
"purescript-foldable-traversable": "master",
22+
"purescript-invariant": "master",
23+
"purescript-maybe": "master",
24+
"purescript-prelude": "master"
2525
},
2626
"devDependencies": {
27-
"purescript-assert": "^4.0.0",
28-
"purescript-console": "^4.0.0",
29-
"purescript-effect": "^2.0.0"
27+
"purescript-assert": "master",
28+
"purescript-console": "master",
29+
"purescript-effect": "master"
3030
}
3131
}

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": "^15.0.0",
10-
"purescript-psa": "^0.6.0",
10+
"purescript-psa": "^0.8.0",
1111
"rimraf": "^2.6.2"
1212
}
1313
}

0 commit comments

Comments
 (0)