Closed snoyberg closed 8 years ago
Thanks, I'll try to reproduce.
With the resolver in the repo, lts-6.7
, things work with that seed (using stack test inline-c --test-arguments '--seed=1266486728'
). Nightly works as well (stack test --resolver=nightly inline-c --test-arguments '--seed=1266486728'
).
Waiting for the newer nightly to try again, or other suggestions by @snoyberg on how to reproduce.
Reproduced by adding QuickCheck-2.9
in extra-deps.
This is due to https://github.com/nick8325/quickcheck/issues/113 , which is fixed in the latest QuickCheck and should be fixed in QuickCheck-2.9.2.
I've verified that the bug goes away when compiling with the latest master
.