Closed epsilonhalbe closed 7 years ago
Do you have the error available?
It should be easily reproduced by
> git clone https://github.com/debois/elm-mdl/
> cd elm-mdl
> elm make
Some new packages are needed. Here is the upgrade plan.
Install:
debois/elm-dom 1.2.3
elm-lang/core 5.1.1
elm-lang/dom 1.1.1
elm-lang/html 2.0.0
elm-lang/mouse 1.0.1
elm-lang/virtual-dom 2.0.4
elm-lang/window 1.0.1
Do you approve of this plan? [Y/n] y
Starting downloads...
● debois/elm-dom 1.2.3
● elm-lang/html 2.0.0
● elm-lang/dom 1.1.1
● elm-lang/core 5.1.1
● elm-lang/mouse 1.0.1
● elm-lang/window 1.0.1
●
elm-lang/virtual-dom 2.0.4
Packages configured successfully!
-- PARSE ERROR --------------------------------------- ./src/Material/Layout.elm
Something went wrong while parsing a `case` in drawerButton's definition.
795| value is available.
796| -}
797| }
798| (Decoder.map
^
I was expecting to see more of that `case`. Maybe you forgot some code? Or maybe
the body of `drawerButton` needs to be indented?
Detected errors in 1 module.
I did install elm-0.18 from github manually (on a linux box using haskell stack) - which worked like a charm.
The instructions you left are working for me on current v8. So I guess this has resolved? If it has not, please re-open.
The error is in `src/Material/Layout.elm on line 800
it should be
elm version 0.18.0