mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Be less verbose
This commit is contained in:
parent
ed64931967
commit
e27f58fa2b
@ -237,7 +237,7 @@ runTestSuite cabalVersion settings testdir docdir
|
||||
|
||||
enewPath <- try $ canonicalizePath $ docdir </> package </> packageName' <.> "haddock"
|
||||
case enewPath :: Either IOException FilePath of
|
||||
Left e -> print e
|
||||
Left _ -> return () -- print e
|
||||
Right newPath -> atomicModifyIORef haddockFilesRef $ \hfs'
|
||||
-> ((package, newPath) : hfs', ())
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user