Hi Everyone, 

Another little puzzle in my 0.17 -> 0.18 upgrade journey.
Elm's compiler thinks I'm trying to import a module called "Basics"
```
I cannot find module 'Basics'.

Module 'ImageButton' is trying to import it.

Potential problems could be:
  * Misspelled the module name
  * Need to add a source directory or new dependency to elm-package.json

```
However, I don't have a module called `Basics` anywhere, and my 
`ImageButton` module isn't trying to import it:

```
module ImageButton exposing (..)

import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)

```
I wonder if this is related to the other weird compiler message I got 
yesterday (and haven't yet been able to solve)?

https://groups.google.com/forum/#!topic/elm-discuss/yH18DxWocEQ

(Yes, I've tried deleting elm-stuff and rebuilding, and have also cleared 
out and manually re-installed the packages from `elm-package.json`) 

I've upgraded 5 previous 0.17 apps so far, and it went flawlessly.
But, I'm now starting to wonder whether there's some system file that's 
fundamentally corrupted somewhere... ?
(I've been using `elm-ugrade` to automate the upgrade process... could that 
have introduced some bugs?)

Has anyone seen something like this before?
... or should I just revert back to the pre-upgrade version and start 
again? 

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to