haskell-hub / hub-src

Haskell Package Organizer
Other
7 stars 1 forks source link

hub gc #11

Closed cdornan closed 12 years ago

cdornan commented 12 years ago

When cabal installs into a user hub, the Hub directs cabal to use file in ~/.hubrc/heap that is structured like a heap. When a hub is removed or a package is unregistered garbage can accumulate. In time we may be able to collect it automatically but we should perhaps start by providing a command — say hub gc — to do it.

dornan commented 12 years ago

Implemented and incorporated into the distribution.