mpizenberg / elm-solve-deps

A dependency solver for the elm ecosystem
Mozilla Public License 2.0
5 stars 0 forks source link

Use a Pkg struct instead of string in dependencies #2

Closed mpizenberg closed 3 years ago

mpizenberg commented 3 years ago

This changes the ordering of packages since elm/... is now earlier than elm-.../... whereas with strings, we have "elm-.../..." earlier than "elm/..."