elm-community / list-extra

Convenience functions for working with List.
http://package.elm-lang.org/packages/elm-community/list-extra/latest
MIT License
135 stars 59 forks source link

`singleton` is now in core #33

Closed toastal closed 7 years ago

toastal commented 7 years ago

The latest version of core's List already contains singleton. This causes a naming conflict when trying to do import List.Extra as List.

coreyhaines commented 7 years ago

Would it be possible to get this released? The 5.1.1 release of core has broken builds when you merge the namespaces (as is a common habit with using the Extra packages). import List.Extra as List

abadi199 commented 7 years ago

This package is currently looking for a maintainer, but I can help publishing this package in a meantime.

fredcy commented 7 years ago

I'm also looking at this PR and willing to merge it. And publish it.

abadi199 commented 7 years ago

@fredcy You go ahead and merge it then. Thanks!