Hi everyone,
I have been struggling with Elm’s Packaging system for a few days now, due to – what I see as – significant restrictions that are just extremely painful to work around:
- First and foremost: Only GitHub is supported.
- Only versions >= 1.0.0 are possible (technically breaking SemVer spec)
- getting packages from git is impossible (?)
That being said, the part I am mostly seeking advice on is the latter part. Is it possible to git clone git.my-ho.st/elm/whatever.git elm-stuff/external/whatever
or something similar to access an unpublished module?
Thanks in advance for any reply