I'm trying to pass the --small
option from hs-gauge
benchmarking library.
I am looking to something similar to what is in stack
so I could simply write:
cabal new-bench --benchmark-arguments="--small"
How can I pass the argument to the cabal new-bench
command?