---- elm-repl 0.18.0 -----------------------------------------------------------
:help for help, :exit to exit, more at <https://github.com/elm-lang/elm-repl>
--------------------------------------------------------------------------------
> import Time.DateTime as DateTime exposing (..)
I found multiple modules named 'Time.DateTime'.
Module 'Repl' is trying to import it.
Modules with that name were found in the following locations:
package elm-community/elm-time
package Bogdanp/elm-time
>
It would be nice if the REPL told me what to do now.
Is the only way to solve this by uninstalling one of these packages? Can I import one of those packages now?