ndmitchell / hoogle

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

hoogle data should be incremental #49

Closed ndmitchell closed 9 years ago

ndmitchell commented 10 years ago

At the moment if you download a fresh set of data files, everything will regenerate. I should instead use oracles to depend on the Haddock and Cabal versions of a package, then only upgrade them if they change.

ndmitchell commented 9 years ago

No I shouldn't, I should just make hoogle data so fast it doesn't need to be incremental. I've done that in https://github.com/ndmitchell/hogle/.