mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 12:41:58 +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"
|
enewPath <- try $ canonicalizePath $ docdir </> package </> packageName' <.> "haddock"
|
||||||
case enewPath :: Either IOException FilePath of
|
case enewPath :: Either IOException FilePath of
|
||||||
Left e -> print e
|
Left _ -> return () -- print e
|
||||||
Right newPath -> atomicModifyIORef haddockFilesRef $ \hfs'
|
Right newPath -> atomicModifyIORef haddockFilesRef $ \hfs'
|
||||||
-> ((package, newPath) : hfs', ())
|
-> ((package, newPath) : hfs', ())
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user