Updates for v0.11.6 (#91)

* Updates for v0.11.6

* Test package needs a name
This commit is contained in:
Phil Freeman 2017-07-09 21:50:37 -07:00 committed by GitHub
parent e5dc5fd144
commit 9825243ad8
2 changed files with 3 additions and 3 deletions

View file

@ -11,8 +11,8 @@ env:
- PATH=$HOME/purescript:$HOME/psc-package:$PATH
install:
- TAG=v0.11.5
- PSC_PACKAGE_TAG=v0.1.1
- TAG=v0.11.6
- PSC_PACKAGE_TAG=v0.1.4
- wget -O $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

View file

@ -1,4 +1,4 @@
echo '{ "name": "", "set": "testing", "source": "", "depends": [] }' > psc-package.json
echo '{ "name": "test-package", "set": "testing", "source": "", "depends": [] }' > psc-package.json
mkdir -p .psc-package/testing/.set
cp packages.json .psc-package/testing/.set/packages.json
psc-package verify-set