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
async-timer's test suite fails with the following error for criterion-1.5.0.0
Building test suite 'async-timer-test' for async-timer-0.2.0.0..
[1 of 2] Compiling Main ( test/Spec.hs, dist/build/async-timer-test/async-timer-test-tmp/Main.o )
test/Spec.hs:8:1: error:
Could not find module ‘Criterion.Measurement’
Use -v to see a list of the files searched for.
|
8 | import Criterion.Measurement
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
jkachmar
added a commit
to commercialhaskell/stackage
that referenced
this issue
Jul 16, 2018
async-timer
's test suite fails with the following error forcriterion-1.5.0.0
The text was updated successfully, but these errors were encountered: