Disable latests

This commit is contained in:
Michael Snoyman 2020-11-10 15:00:53 +02:00
parent 2bce468a4d
commit 9a77dd3394
No known key found for this signature in database
GPG Key ID: 907EAE2F42B52046

View File

@ -516,7 +516,8 @@ getSnapshotPackagePageInfoQuery spi maxDisplayedDeps = do
if reverseDepsCount > 0
then getReverseDeps spi (Just maxDisplayedDeps)
else pure []
latestInfo <- getLatests (spiPackageName spi)
-- latestInfo <- getLatests (spiPackageName spi)
let latestInfo = [] -- FIXME!
moduleNames <- getModuleNames (spiSnapshotPackageId spi)
mcabalBlobKey <- traverse getBlobKey $ spiCabalBlobId spi
pure