Skip to content

Commit

Permalink
Add explicit foldable-traversable dependency
Browse files Browse the repository at this point in the history
Fixes #72
  • Loading branch information
paf31 authored Aug 31, 2017
1 parent 3dc8b03 commit e834771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"dependencies": {
"purescript-const": "^3.0.0",
"purescript-functors": "^2.0.0",
"purescript-functors": "^2.0.0",,
"purescript-foldable-traversable": "^3.4.0",
"purescript-identity": "^3.0.0",
"purescript-profunctor": "^3.0.0",
"purescript-sets": "^3.0.0",
Expand Down

0 comments on commit e834771

Please sign in to comment.