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

Commit 2018ef4

Browse files
committed
Merge pull request #24 from purescript-contrib/0.7.3
Update compiler version to 0.7.3 & simplify bower dependencies
2 parents 411752e + 38c60eb commit 2018ef4

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ node_js:
55
install:
66
- npm install -g bower gulp
77
- npm install
8-
- bower install
8+
- bower install --production
99
script:
10-
- gulp
10+
- gulp psc
11+
- bower install
12+
- gulp test

bower.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@
2424
"tests"
2525
],
2626
"dependencies": {
27-
"purescript-const": "~0.5.0",
28-
"purescript-distributive": "~0.5.1",
29-
"purescript-either": "~0.2.0",
30-
"purescript-identity": "~0.4.0",
31-
"purescript-maybe": "~0.3.2",
32-
"purescript-profunctor": "~0.3.0",
27+
"purescript-const": "^0.5.0",
28+
"purescript-distributive": "^0.5.1",
29+
"purescript-profunctor": "^0.3.0"
30+
},
31+
"devDependencies": {
3332
"purescript-console": "~0.1.0"
3433
}
3534
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"gulp-purescript": "^0.5.0",
2525
"gulp-run": "~1.6.4",
2626
"gulp-tag-version": "^1.2.1",
27-
"purescript": "^0.7.1",
27+
"purescript": "^0.7.3-fixed",
2828
"run-sequence": "^1.1.1"
2929
}
3030
}

0 commit comments

Comments
 (0)