-
Notifications
You must be signed in to change notification settings - Fork 178
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
Cannot configure containers with tests and benchmarks enabled #462
Comments
kinda related discussion at haskell/cabal#4981 (comment) |
With regards to benchmarks I think we should switch from |
@sjakobi, how does |
@sjakobi, I took a glance at |
gauge is just fork of criterion with much fewer dependencies and a few additional features.
See https://github.com/vincenthz/hs-gauge#features-compared-to-criterion.
gauge only supports GHC versions >= 7.8.
So far it's been as simple as replacing the imports of
What features do you miss the most? |
Here's a trick for building tests and benchmarks with
This renames the package to |
This has been fixed in #626. To avoid the test dependencies getting rebuilt with every library change, it's enough to remove |
@m-renaud Can this issue be closed? |
I'm not sure if this is a containers problem or cabal problem, but
cabal configure --enable-tests --enable-benchmarks
is unable to solve the constraints:This causes our instructions in
CONTRIBUTING.md
to be more complex than they should be.The text was updated successfully, but these errors were encountered: