kuribas / cubicbezier

Haskell library for manipulating cubic bezier curves
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Test suite compilation failure #3

Closed snoyberg closed 7 years ago

snoyberg commented 7 years ago
Preprocessing test suite 'test' for cubicbezier-0.4.0.2...
[1 of 1] Compiling Main             ( tests/test.hs, dist/build/test/test-tmp/Main.o )

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

tests/test.hs:9:1: error:
    Failed to load interface for ‘NumTest’
    Use -v to see a list of the files searched for.
byorgey commented 7 years ago

@kuribas , where are these files MPTest and NumTest? I do not see them in the repository anywhere. But clearly they are needed since if I try deleting those imports from test.hs I get a bunch of "not in scope" errors.

kuribas commented 7 years ago

Sorry, the testsuite was broken.

snoyberg commented 7 years ago

Can you ping this issue or the Stackage issue tracker when a new version is on Hackage?

On Sun, Nov 13, 2016 at 4:17 PM, Kristof Bastiaensen < notifications@github.com> wrote:

Closed #3 https://github.com/kuribas/cubicbezier/issues/3.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kuribas/cubicbezier/issues/3#event-857016485, or mute the thread https://github.com/notifications/unsubscribe-auth/AADBB1hRGdbUUqLIGpyKE7wwbjEm2Wrqks5q9xvigaJpZM4Kq1z4 .