Skip to content

Commit 204c679

Browse files
committed
Use strings
1 parent 0b73dbe commit 204c679

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

bower.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@
2222
"url": "git://github.com/purescript-contrib/purescript-parsing.git"
2323
},
2424
"dependencies": {
25-
"purescript-transformers": "^0.7.1",
25+
"purescript-arrays": "^0.4.0",
2626
"purescript-either": "^0.2.0",
27+
"purescript-foldable-traversable": "^0.4.0",
2728
"purescript-identity": "^0.4.0",
29+
"purescript-lists": "^0.7.0",
2830
"purescript-maybe": "^0.3.0",
29-
"purescript-arrays": "^0.4.0",
30-
"purescript-foldable-traversable": "^0.4.0",
31-
"purescript-lists": "^0.7.0"
31+
"purescript-strings": "~0.7.0",
32+
"purescript-transformers": "^0.7.1"
3233
},
3334
"devDependencies": {
3435
"purescript-console": "^0.1.0",

0 commit comments

Comments
 (0)