I am using hspec with quickcheck, as per http://hspec.github.io/quickcheck.html
however, on failures, I simply get that a failure happened in a spec, no details about the data used by quickcheck so I can start diagnosing the failure. How do I get this detail out when running tests via cabal?