flora-pm / flora-server

A package index for the Haskell ecosystem
https://flora.pm/about
Other
124 stars 38 forks source link

"Tested Compilers" summary incomplete on `safe-json` package #449

Closed Vlix closed 3 months ago

Vlix commented 9 months ago

Expected Behaviour

Show all the GHC versions the package is tested with.

Actual Behaviour

Only show 2 of the 5 versions

Instructions for reproduction

Go to https://flora.pm/packages/@hackage/safe-json/1.2.0.0 and see only 8.10.7 and 9.0.2 on the right side of the page. Compare with https://hackage.haskell.org/package/safe-json-1.2.0.0/safe-json.cabal where it says:

tested-with:
    GHC == 8.10.7 , GHC == 9.0.2 , GHC == 9.2.8 , GHC == 9.4.5 , GHC == 9.6.2
tchoutri commented 9 months ago

Quite surprising indeed, I reindexed Hackage with an updated list today: https://github.com/flora-pm/flora-server/blob/main/src/core/Flora/Import/Package.hs#L124-L171

tchoutri commented 3 months ago

Reindexing did the job. Closing.