mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-22 17:01:57 +01:00
A little more debug output
This commit is contained in:
parent
24cc7d8428
commit
6ea4b2161b
@ -84,6 +84,7 @@ loadCabalFiles dbUpdates forceUpdate uploadHistory0 metadata0 = (>>= runUploadSt
|
|||||||
=$ scanlC (\x _ -> x + 1) (0 :: Int)
|
=$ scanlC (\x _ -> x + 1) (0 :: Int)
|
||||||
=$ filterC ((== 0) . (`mod` 1000))
|
=$ filterC ((== 0) . (`mod` 1000))
|
||||||
=$ mapM_C (\i -> $logInfo $ "Processing cabal file #" ++ tshow i)
|
=$ mapM_C (\i -> $logInfo $ "Processing cabal file #" ++ tshow i)
|
||||||
|
$logInfo "Finished processing cabal files"
|
||||||
where
|
where
|
||||||
metadata1 = flip fmap metadata0 $ \(v, h) -> MetaSig
|
metadata1 = flip fmap metadata0 $ \(v, h) -> MetaSig
|
||||||
v
|
v
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user