Thanks for the suggestion, Jan. Is there a way to include all of hackage?

Alvaro


On Thu, Dec 20, 2012 at 3:37 AM, Jan Stolarek <jan.stolarek@p.lodz.pl> wrote:
> I see that the comments are from years ago. Are there any ongoing efforts
> to expand the default search set? (Or alternatively, to implement the
> +hackage modifier mentioned.)
It's actually implemented as +nameOfLibrary. Hoogling for "rstrip +missingh" gives:

rstrip :: String -> String
MissingH Data.String.Utils
Same as strip, but applies only to the right side of the string.

Janek