ndmitchell / hoogle

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

Allow indexing multiple local packages #192

Closed iliastsi closed 7 years ago

iliastsi commented 7 years ago

In Debian, we would like to be able to create a single database by indexing multiple local packages. In the past this was achieved using the combine command (see update-hoogle). I don't see how this could be done in Hoogle 5.

Currently, Debian has the following patch, which allows passing the --local flag more than once.

ndmitchell commented 7 years ago

Can I get that patch as a pull request? Happy to take that and make a release including it.