Reverse dependencies in Hackage

A few weeks ago I wrote a patch that adds reverse dependencies to hackage [1]. I have know hosted a small test hackage which demonstrates this feature. It can be found here: http://bifunctor.homelinux.net/~roel/hackage Browse to your favorite packages and find out how much other packages depend on them! I also noticed that work is underway to implement a new hackage-server [2] based on happstack. If people find this feature useful I could also write a patch against the hackage-server code base [3]. Regards, Roel van Dijk [1] - http://hackage.haskell.org/trac/hackage/ticket/576 [2] - http://sparky.haskell.org:8080/ [3] - http://code.haskell.org/hackage-server/

On Tue, 2009-10-13 at 21:30 +0200, Roel van Dijk wrote:
I also noticed that work is underway to implement a new hackage-server [2] based on happstack. If people find this feature useful I could also write a patch against the hackage-server code base [3].
That would be much appreciated. Duncan

Roel van Dijk schrieb:
A few weeks ago I wrote a patch that adds reverse dependencies to hackage [1]. I have know hosted a small test hackage which demonstrates this feature. It can be found here:
http://bifunctor.homelinux.net/~roel/hackage
Browse to your favorite packages and find out how much other packages depend on them!
Great! This should definitely go into the main hackage server.
participants (3)
-
Duncan Coutts
-
Henning Thielemann
-
Roel van Dijk