elm-community / webgl

Moved to elm-explorations/webgl
https://package.elm-lang.org/packages/elm-explorations/webgl/latest
BSD 3-Clause "New" or "Revised" License
131 stars 18 forks source link

support elm 0.18.0? #47

Closed raould closed 7 years ago

raould commented 7 years ago

am i doing it wrong? :-)

$ elm-package install elm-community/webgl
To install elm-community/webgl I would like to add the following
dependency to elm-package.json:

    "elm-community/webgl": "2.0.3 <= v < 3.0.0"

May I add that to elm-package.json for you? [Y/n] y

Error: I cannot find a set of packages that works with your constraints.

--> There are no versions of elm-community/elm-webgl that work with Elm 0.18.0.
    Maybe the maintainer has not updated it yet.
eeue56 commented 7 years ago

@raould You have previously run elm-package install --yes elm-community/elm-webgl. You need to edit your elm-package.json file, and remove that from your dependencies -- that is the name of the old package. Then you should be good to go :)

raould commented 7 years ago

That worked, thank you!