Open
Description
- Use library to extract .
cabal
files (and verify signatures once we introduce author signing; until that time this is just an optimization). - Avoid creation of the
cabal
-specific tar index in favour of the index created byhackage-security
(though note that the latter does not contain any information aboutpreferred-versions
). This should speed upcabal update
. - Once
cabal-install
only access the index through the security library, rename00-index.tar
and co to01-index.tar
(unless we can about older cabal's access?)