You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a minor oversight was made when merging #188. In version 4.8.0.0 of base, Prelude contains a traverse function already, thus a name conflict occurs when compiling some .hs files that use the recently added local traverse function. I guess that @EliasC and @albertnetymk don't use the 4.8.0.0 version of base (it should be supported) and therefore didn't notice the name conflict.
I think a minor oversight was made when merging #188. In version 4.8.0.0 of base, Prelude contains a traverse function already, thus a name conflict occurs when compiling some .hs files that use the recently added local traverse function. I guess that @EliasC and @albertnetymk don't use the 4.8.0.0 version of base (it should be supported) and therefore didn't notice the name conflict.
Here's the error I'm getting when building: https://gist.github.com/eastlund/43f19b6986f50c08527a, the error occurs in other files as well though.
The text was updated successfully, but these errors were encountered: