hackage-server icon indicating copy to clipboard operation
hackage-server copied to clipboard

Add test log display

Open AliasQli opened this issue 2 years ago • 1 comments

This pr implements #961 as a gsoc project mentored by @gbaz.

AliasQli avatar Jul 13 '22 16:07 AliasQli

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.

AliasQli avatar Jul 13 '22 16:07 AliasQli

Cleaned up the merge, also added a fix to read from 00-index.tar if 01-index.tar is not available.

gbaz avatar Dec 31 '22 23:12 gbaz