Closed supki closed 2 years ago
I'm mostly using the library in hspec tests and there, legibility of failures really suffers when using the default Aeson.ToJSON instances for Error.
Aeson.ToJSON
Error
It appears we already depend on pretty through haskell-src-exts, which won't be the first library I'd reach out for pretty printing but it will do.
pretty
haskell-src-exts
I'm mostly using the library in hspec tests and there, legibility of failures really suffers when using the default
Aeson.ToJSON
instances forError
.