ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
754 stars 137 forks source link

Is hoogle.haskell.org no longer updated? #430

Open DigitalBrains1 opened 3 months ago

DigitalBrains1 commented 3 months ago

I get the strong feeling that the database of the online version is no longer being updated. What actually triggered this thought is the fact that clash-prelude is both in Stackage LTS 22.0 from 2023-12-16 as well as in the latest Stackage nightly, yet Hoogle says it is not on Stackage.

However, I don't think it's limited to the set of packages. If we try to find the fromRange function added to containers on 2023-09-27, Hoogle says it doesn't exist.

(PS: The pedigree of that fromRange function is curious: it was added to version 0.7 released on 2023-09-27, and a day later 0.6.8 was released, also with that function. But the Since annotation still says 0.7. But all this shouldn't matter for it being on Hoogle online.)

(PPS: Thanks for this invaluable tool!)