hackage-server
hackage-server copied to clipboard
Add test log display
This pr implements #961 as a gsoc project mentored by @gbaz.
The hackage-build exe creates a folder and puts all cabal files within, but in parseRepositoryIndices
it uses the user's cabal folder. This causes great difficulty when working with a local hackage server, and I think this is a bug. The second commit fixes it. However, if this is a deliberate design, please revert the commit.
Cleaned up the merge, also added a fix to read from 00-index.tar if 01-index.tar is not available.