elm-lang / elm-repl

A REPL for Elm
BSD 3-Clause "New" or "Revised" License
170 stars 34 forks source link

message for multiple providers of a Module name lacks instructions #166

Open muelli opened 6 years ago

muelli commented 6 years ago
---- 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?