tazjin / elm-yesod

elm-yesod contains the Language.Elm.Yesod module for embedding Elm code in Yesod applications.
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

Elm-yesod fails to install from Cabal and Source on Windows #8

Open ghost opened 11 years ago

ghost commented 11 years ago

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

Any ideas?