Skip to content
  • Duncan Coutts's avatar
    Make package searches ~100x faster but less featurefull · 9bf22f8f
    Duncan Coutts authored
    Instead of parsing every .cabal file in the package list (which is very slow)
    We now just get the package name and version and do a case-insensitive
    substring search on the package name. The output format remains unchanged.
    So we no longer search inside package descriptions.
    9bf22f8f