I\'ve written a series of test, using the automatic spec discovery feature of Hspec. I\'m also using stack as my build tool.
My test directory has the the Spec.hs<
Spec.hs<
I found the answer here. I was trying with --, however I needed to use --test-arguments:
--
--test-arguments
stack test --test-arguments "-m "Module0""