purescript-deprecated / purescript-maps

33 stars 33 forks source link

Version 3.5.0 is missing purescript-foldable-traversable dependency #119

Closed kenkku closed 7 years ago

kenkku commented 7 years ago

Hi,

The version released yesterday, which includes 9de5651d6319b68d2b2bfacc912a0078524caab6, added an implicit dependency of purescript-foldable-traversable 3.4.0. It uses Data.FoldableWithIndex, and some others, which does not exist in purescript-foldable-traversable until 3.4.0. This dependency is pulled in via purescript-arrays, but it only requires ^3.0.0 of purescript-foldable-traversable.

hdgarrood commented 7 years ago

Oops. Thanks for the report!