We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbebff commit 2ed7800Copy full SHA for 2ed7800
1 file changed
tests/TestPscPublish.hs
@@ -60,6 +60,6 @@ testPackage dir = do
60
case r of
61
Pass _ -> pure ()
62
other -> do
63
- hPutStrLn stderr ("psc-publish tests failed on " ++ dir ++ ":")
64
- hPutStrLn stderr (show other)
65
- exitFailure
+ putStrLn ("psc-publish tests failed on " ++ dir ++ ":")
+ putStrLn (show other)
+ exitFailure
0 commit comments