Diff cabal test - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Avi Dessauer

stack test with hspec diffs the got vs expected.
Is there a way to get cabal to do the same?

William Yao

This should be being handled by hspec, not your choice of build tool. cabal v2-test seems to work for me; are you seeing something different?

Avi Dessauer

Hmm. I'll have to investigate. Thanks

Avi Dessauer

@William Yao did you set up HsColour or something?