When upgrading from elm v0.17.1
to v0.18
we see the following error:
I cannot find module 'Html.App'.
the App
method was available in v1.1.0
of the Html
package
see: http://package.elm-lang.org/packages/elm-lang/html/1.1.0/Html-App
but appears to have been removed from v2.0.0
http://package.elm-lang.org/packages/elm-lang/html/2.0.0 hence the semver version bump...
Note: related to: Elm "cannot find module" (but this is specific to
Html.App
)