Skip to content

Commit a567371

Browse files
committed
Merge branch 'topic/updating-dependencies'
2 parents b4bf52b + 17e4adc commit a567371

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ bower_components
55
js
66
externs
77
dist
8+
output

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purescript-free",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"homepage": "https://github.com/purescript-contrib/purescript-free",
55
"description": "Free monads",
66
"keywords": ["purescript"],
@@ -15,6 +15,6 @@
1515
"dist"
1616
],
1717
"dependencies": {
18-
"purescript-transformers": "*"
18+
"purescript-transformers": "64fa7200dc328fc79090426cddb64ed6e4ccffc9"
1919
}
2020
}

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ gulp.task('make', function(){
4646
return (
4747
gulp.src(config.purescript.src).
4848
pipe(plumber()).
49-
pipe(purescript.pscMake()).
49+
pipe(purescript.pscMake({output: config.purescript.dest})).
5050
on('error', error)
5151
);
5252
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"gulp-clean": "^0.2.4",
77
"gulp-util": "^2.2.14",
88
"gulp-plumber": "^0.5.6",
9-
"gulp-purescript": "^0.0.1"
9+
"gulp-purescript": "^0.0.4"
1010
}
1111
}

0 commit comments

Comments
 (0)