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
Just a small packaging suggestion: how about adding a build flag to make the building of Benchmark optional (or allowing it not to be built)?
Maybe implicitsnap and docgen too perhaps if it makes sense? I am not sure how they are used in general.
Thanks for this interesting project.
The text was updated successfully, but these errors were encountered:
Both implicitsnap and docgen are behind respective flags since #272.
You can disable benchmark too with cabal configure --disable-benchmarks which creates cabal.project.local. Not sure if this is needed for development though - like you can just not run benchmark. Benchmark was also switched from executable to benchmark type in that PR so it's not part of default set of executables anymore.
Just a small packaging suggestion: how about adding a build flag to make the building of
Benchmark
optional (or allowing it not to be built)?Maybe
implicitsnap
anddocgen
too perhaps if it makes sense? I am not sure how they are used in general.Thanks for this interesting project.
The text was updated successfully, but these errors were encountered: