You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In-place registering Tests-2.0.0...
[1 of 1] Compiling Main ( dist/build/TestsStub/TestsStub-tmp/TestsStub.hs, dist/build/TestsStub/TestsStub-tmp/Main.dyn_o )
Linking dist/build/TestsStub/TestsStub ...
ghc: panic! (the 'impossible' happened)
(GHC version 7.10.1 for x86_64-unknown-linux):
Don't understand library name Tests
This is a known bug in GHC. Maybe it's possible to work around it by simply renaming the test suite?
The text was updated successfully, but these errors were encountered:
Running 1 test suites...
Test suite Tests: RUNNING...
Test suite Tests: PASS
Test suite logged to: dist/test/timerep-2.0.0-Tests.log
1 of 1 test suites (3 of 3 test cases) passed.
Can you clarify which GHC bug you're referring to, and what the test suite should be renamed into to avoid the panic ?
Citing from http://hydra.cryp.to/build/795204/nixlog/6/raw:
This is a known bug in GHC. Maybe it's possible to work around it by simply renaming the test suite?
The text was updated successfully, but these errors were encountered: