elm-lang / elm-repl

A REPL for Elm
BSD 3-Clause "New" or "Revised" License
170 stars 34 forks source link

'cabal test' is broken: missing files? #122

Open trofi opened 8 years ago

trofi commented 8 years ago
git/elm-repl $ cabal test
Package has never been configured. Configuring with default flags. If this
fails, please run configure manually.
Resolving dependencies...
Configuring elm-repl-0.17.1...
Preprocessing test suite 'test' for elm-repl-0.17.1...
[1 of 1] Compiling Main             ( tests/Main.hs, dist/build/test/test-tmp/Main.o )

tests/Main.hs:13:1: error:
    Failed to load interface for ‘Input’
    Use -v to see a list of the files searched for.

tests/Main.hs:14:1: error:
    Failed to load interface for ‘Parse’
    it is a hidden module in the package ‘doctest-0.11.0’
    Use -v to see a list of the files searched for.
process-bot commented 8 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.