Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite compilation failure #286

Closed
snoyberg opened this issue Nov 7, 2016 · 1 comment
Closed

Test suite compilation failure #286

snoyberg opened this issue Nov 7, 2016 · 1 comment

Comments

@snoyberg
Copy link

snoyberg commented Nov 7, 2016

[6 of 7] Compiling Diagrams.Test.Angle ( test/Diagrams/Test/Angle.hs, dist/build/tests/tests-tmp/Diagrams/Test/Angle.o )
[7 of 7] Compiling Main             ( test/Test.hs, dist/build/tests/tests-tmp/Main.o )

test/Test.hs:9:1: error:
    Failed to load interface for ‘Diagrams.Test.Trail’
    Perhaps you meant Diagrams.Trail (from diagrams-lib-1.4)
    Use -v to see a list of the files searched for.
snoyberg added a commit to commercialhaskell/stackage that referenced this issue Nov 7, 2016
@byorgey
Copy link
Member

byorgey commented Nov 7, 2016

Thanks for the report! Should be fixed in diagrams-lib-1.4.0.1 by 719db6b. I know exactly what the problem was---Diagrams.Test.Trail was not listed in the other-modules section of the .cabal file---but strangely I couldn't reproduce the error, the test suite ran fine for me without the fix. Oh well.

@byorgey byorgey closed this as completed Nov 7, 2016
snoyberg added a commit to commercialhaskell/stackage that referenced this issue Nov 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants