Please let me know if everything works as expected!
Context
There are two Haskell servers running on package.elm-lang.org right now. One to handle users of 0.18 and below, and another to handle everything else. The draft improvements combine these into a single binary that is significantly easier to build, putting us in a better position if there is some big unforeseen issue. So the endpoint here is testing that this unified version works as expected.
Same here, I built an elm 0.18.0 project successfully after wiping ~/.elm and elm-stuff. (And setting the port to a different value caused things to fail properly, so Iām pretty confident it actually used the specified server.)