This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Deprecated modules and identifiers should be listed last in Quick Jump #1431
Open
Description
If I search for runST
in https://hackage.haskell.org/package/base-4.16.0.0, the first "proper" (i.e. non-GHC.
) module shown is Control.Monad.ST.Safe
, which is deprecated.
I'm usually not very interested in deprecated things, so my suggestion would be to list these results after the other results – in this case after Control.Monad.ST
.
#895 is a related issue.