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

Commit 80f0ddd

Browse files
committed
Merge pull request #7 from jonsterling/ready/6
Update dependencies to latest versions; add Travis integration
2 parents 7c75455 + 1696abd commit 80f0ddd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+247
-82
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
/.*
21
!/.gitignore
32
/output/
43
/node_modules/
54
/bower_components/
65
/tmp/
7-
/node_modules/
6+
/node_modules/

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
sudo: false
3+
node_js:
4+
- 0.12.7
5+
install:
6+
- npm install -g gulp bower
7+
- npm install
8+
- bower install
9+
script:
10+
- npm run build
11+

MODULES.md

Lines changed: 3 additions & 0 deletions

bower.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "purescript-base",
33
"license": "MIT",
44
"authors": [
5-
"John A. De Goes <[email protected]> (http://degoes.net)"
5+
"John A. De Goes <[email protected]> (http://degoes.net)",
6+
"Jon Sterling <[email protected]> (http://jonmsterling.com)"
67
],
78
"ignore": [
89
"**/.*",
@@ -16,19 +17,19 @@
1617
"package.json"
1718
],
1819
"dependencies": {
19-
"purescript-arrays": "^0.4.0",
20+
"purescript-arrays": "^0.4.2",
2021
"purescript-control": "^0.3.0",
21-
"purescript-either": "^0.2.0",
22-
"purescript-enums": "^0.5.0",
22+
"purescript-either": "^0.2.2",
23+
"purescript-enums": "^0.7.0",
2324
"purescript-foldable-traversable": "^0.4.0",
24-
"purescript-lists": "^0.7.0",
25+
"purescript-lists": "^0.7.4",
2526
"purescript-math": "^0.2.0",
26-
"purescript-maybe": "^0.3.0",
27+
"purescript-maybe": "^0.3.4",
2728
"purescript-monoid": "^0.3.0",
28-
"purescript-strings": "^0.5.0",
29+
"purescript-strings": "^0.7.0",
2930
"purescript-tuples": "^0.4.0",
30-
"purescript-console": "^0.1.0",
31+
"purescript-console": "^0.1.1",
3132
"purescript-unfoldable": "^0.4.0",
32-
"purescript-integers": "^0.2.0"
33+
"purescript-integers": "^0.2.1"
3334
}
3435
}

docs/Base.md

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)