Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust main check to look for new Element type #1183

Merged
merged 1 commit into from
Nov 18, 2015
Merged

Adjust main check to look for new Element type #1183

merged 1 commit into from
Nov 18, 2015

Conversation

evancz
Copy link
Member

@evancz evancz commented Nov 18, 2015

No description provided.

evancz pushed a commit that referenced this pull request Nov 18, 2015
Adjust `main` check to look for new Element type
@evancz evancz merged commit 1b1a899 into master Nov 18, 2015
@evancz evancz deleted the dev branch November 18, 2015 06:44
@zgotsch
Copy link

zgotsch commented Nov 28, 2015

Hey @evancz, I am seeing an error that seems like it could be related to this:

The 'main' value has an unsupported type.

52│ main : Signal Element
    ^^^^^^^^^^^^^^^^^^^^^
I need an Element, Html, (Signal Element), or (Signal Html) so I can render it
on screen, but you gave me:

    Signal Element

Detected errors in 1 module.

This is in the release version of 0.16. The code was working in one of the release candidates for 0.16, but broke when I upgraded. Is there a thread about this somewhere?

@zgotsch
Copy link

zgotsch commented Nov 28, 2015

Immediately after typing this I realized it was probably a problem with my libs. Running elm-package install didn't do anything, but blowing away elm-stuff and reinstalling packages fixed my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants