File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ instance Show CaseResult where
361
361
T. unpack $ makeRed " [FAIL] " <>
362
362
name c <>
363
363
" \n " <>
364
- mconcat (map ((\ s -> " \n Assertion failed: " <> s) . (<> " \n " ) . pShow ) failures)
364
+ mconcat (map ((\ s -> " \n Assertion failed: " <> s) . (<> " \n " ) . ( T. pack . show ) ) failures)
365
365
366
366
-- | A wrapper type around a set of test cases. This is the top level spec type
367
367
-- that we parse a test spec file into
Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ packages:
40
40
# Dependency packages to be pulled from upstream that are not in the resolver
41
41
# (e.g., acme-missiles-0.3)
42
42
# extra-deps: []
43
- extra-deps :
44
- - pretty-simple-2.1.0.1
43
+ extra-deps : []
45
44
46
45
# Override default flag values for local packages and extra-deps
47
46
# flags: {}
You can’t perform that action at this time.
0 commit comments