It looks like there may be a problem with the tags.

The latest version of the github repo is in Elm 0.18. But the 2.0.1 release
tag is attached to an older commit (it's what I was quoting in my last
message.)

Looks like the author needs to add a new release tag. Open an issue?

~Nick

On Fri, Nov 18, 2016 at 12:37 AM, Nick H <[email protected]> wrote:

> I am looking at the github page for that project, and it's
> elm-package.json
> <https://github.com/tortus/elm-array-2d/blob/5462efa4ebfd6e2600c5c227a8337f4258d44f08/elm-package.json>
> says something different:
>
> "dependencies": {
> "elm-lang/core": "4.0.0 <= v < 5.0.0"
> },
> "elm-version": "0.17.0 <= v < 0.18.0"
>
> I don't know why this is different from what you are seeing.
>
> On Thu, Nov 17, 2016 at 9:32 PM, Martin DeMello <[email protected]>
> wrote:
>
>> elm-update ran successfully, but elm-make fails with
>>
>> $ elm-make
>> Problem in dependency tortus/elm-array-2d 2.0.1
>>
>> The elm-package.json constraints of 'tortus/elm-array-2d' are probably
>> letting too much stuff through. Definitely open an issue on the relevant
>> github
>> repo to get this fixed and save other people from this pain.
>>
>> However, I checked tortus/elm-array-2d out independently and it built
>> fine against 0.18; its elm-package.json looks fine too (and is pretty
>> minimal).
>>
>>     "dependencies": {
>>         "elm-lang/core": "5.0.0 <= v < 6.0.0"
>>     },
>>     "elm-version": "0.18.0 <= v < 0.19.0"
>>
>> Any idea how to debug this? The error message is pretty opaque and none
>> of the google hits for when this arose in earlier version bumps were
>> helpful.
>>
>> martin
>>
>> --
>> 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.
>>
>
>

-- 
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