Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #10 from purescript-contrib/1.0-updates
Browse files Browse the repository at this point in the history
Updates for 1.0 core libraries
  • Loading branch information
jdegoes authored Jun 13, 2016
2 parents 6bd0ae9 + e4bd2b3 commit c3b9796
Show file tree
Hide file tree
Showing 8 changed files with 3,031 additions and 125 deletions.
21 changes: 14 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
language: node_js
sudo: false
node_js:
- 0.12.7
dist: trusty
sudo: required
node_js: 6
env:
- PATH=$HOME/purescript:$PATH
install:
- npm install -g gulp bower
- TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p')
- 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
- npm install -g bower
- npm install
- bower install
script:
- npm run build

- bower install --production
- npm run -s build
- bower install
- npm -s test
3 changes: 0 additions & 3 deletions MODULES.md

This file was deleted.

28 changes: 14 additions & 14 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,19 @@
"package.json"
],
"dependencies": {
"purescript-arrays": "^0.4.2",
"purescript-control": "^0.3.0",
"purescript-either": "^0.2.2",
"purescript-enums": "^0.7.0",
"purescript-foldable-traversable": "^0.4.0",
"purescript-lists": "^0.7.4",
"purescript-math": "^0.2.0",
"purescript-maybe": "^0.3.4",
"purescript-monoid": "^0.3.0",
"purescript-strings": "^0.7.0",
"purescript-tuples": "^0.4.0",
"purescript-console": "^0.1.1",
"purescript-unfoldable": "^0.4.0",
"purescript-integers": "^0.2.1"
"purescript-arrays": "^1.0.0",
"purescript-console": "^1.0.0",
"purescript-control": "^1.0.0",
"purescript-either": "^1.0.0",
"purescript-enums": "^1.0.0",
"purescript-foldable-traversable": "^1.0.0",
"purescript-integers": "^1.0.0",
"purescript-lists": "^1.0.0",
"purescript-math": "^2.0.0",
"purescript-maybe": "^1.0.0",
"purescript-monoid": "^1.0.0",
"purescript-strings": "^1.0.0",
"purescript-tuples": "^1.0.0",
"purescript-unfoldable": "^1.0.0"
}
}
Loading

0 comments on commit c3b9796

Please # to comment.