diff --git a/.travis.yml b/.travis.yml index 8daa38c..116705f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ node_js: stable env: - PATH=$HOME/purescript:$PATH install: - - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest)) + # - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest)) + - TAG=v0.14.0-rc3 - curl --location --output $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz - tar -xvf $HOME/purescript.tar.gz -C $HOME/ - chmod a+x $HOME/purescript diff --git a/bower.json b/bower.json index 60d8a13..57e544a 100644 --- a/bower.json +++ b/bower.json @@ -20,17 +20,17 @@ "package.json" ], "dependencies": { - "purescript-either": "^4.0.0", - "purescript-functions": "^4.0.0", - "purescript-identity": "^4.0.0", - "purescript-integers": "^4.0.0", - "purescript-lists": "^5.0.0", - "purescript-maybe": "^4.0.0", - "purescript-prelude": "^4.0.0", - "purescript-strings": "^4.0.0", - "purescript-transformers": "^4.0.0" + "purescript-either": "master", + "purescript-functions": "master", + "purescript-identity": "master", + "purescript-integers": "master", + "purescript-lists": "master", + "purescript-maybe": "master", + "purescript-prelude": "master", + "purescript-strings": "master", + "purescript-transformers": "master" }, "devDependencies": { - "purescript-console": "^4.0.0" + "purescript-console": "master" } } diff --git a/package.json b/package.json index 7af52d7..e0f4d35 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "devDependencies": { "eslint": "^4.19.1", "pulp": "^15.0.0", - "purescript-psa": "^0.6.0", + "purescript-psa": "^0.8.0", "rimraf": "^2.6.2" } }