When I try to install elm-yesod using cabal or runhaskell from the github source, I get the following error:
Resolving dependencies...
Configuring elm-yesod-0.2...
Building elm-yesod-0.2...
Preprocessing library elm-yesod-0.2...
Language\Elm\Yesod.hs:33:8:
Could not find module `Language.Elm.Quasi'
Use -v to see a list of the files searched for.
Failed to install elm-yesod-0.2
cabal.exe: Error: some packages failed to install:
elm-yesod-0.2 failed during the building phase. The exception was:
ExitFailure 1
When I try to install elm-yesod using cabal or runhaskell from the github source, I get the following error:
Any ideas?