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

Commit 2356089

Browse files
committed
Update compiler version & simplify bower dependencies
1 parent 411752e commit 2356089

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

bower.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,8 @@
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",
33-
"purescript-console": "~0.1.0"
27+
"purescript-const": "^0.5.0",
28+
"purescript-distributive": "^0.5.1",
29+
"purescript-profunctor": "^0.3.0"
3430
}
3531
}

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)