Skip to content

Commit b1b118b

Browse files
MonoidMusicianpaf31
authored andcommitted
Require foldable-traversable ^3.3.0 for Traversable1 support (#128)
1 parent 6846b6c commit b1b118b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"purescript-nonempty": "^4.0.0",
2525
"purescript-tailrec": "^3.3.0",
2626
"purescript-unfoldable": "^3.0.0",
27-
"purescript-partial": "^1.0.0"
27+
"purescript-partial": "^1.0.0",
28+
"purescript-foldable-traversable": "^3.3.0"
2829
},
2930
"devDependencies": {
3031
"purescript-arrays": "^4.0.0",

0 commit comments

Comments
 (0)