We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pantry.Hackage.indexRelFile
Package.Hackage.indexRelFile has:
Package.Hackage.indexRelFile
indexRelFile :: Path Rel File indexRelFile = either impureThrow id $ parseRelFile "00-index.tar"
This is chosen because Pantry.Hackage.updateHackageIndexInternal uses:
Pantry.Hackage.updateHackageIndexInternal
HS.Cache { HS.cacheRoot = HS.fromAbsoluteFilePath $ toFilePath root , HS.cacheLayout = HS.cabalCacheLayout }
and cabalCacheLayout.cacheLayoutIndexTar :: CachePath is rp $ fragment "00-index.tar".
cabalCacheLayout.cacheLayoutIndexTar :: CachePath
rp $ fragment "00-index.tar"
Perhaps indexRelFile should be a function of cabalCacheLayout.
indexRelFile
cabalCacheLayout
The text was updated successfully, but these errors were encountered:
Fix #133 indexRelFile is function of cabalCacheLayout
1aafe69
9427e8e
Merge pull request #134 from commercialhaskell/fix133
2d98029
No branches or pull requests
Package.Hackage.indexRelFile
has:This is chosen because
Pantry.Hackage.updateHackageIndexInternal
uses:and
cabalCacheLayout.cacheLayoutIndexTar :: CachePath
isrp $ fragment "00-index.tar"
.Perhaps
indexRelFile
should be a function ofcabalCacheLayout
.The text was updated successfully, but these errors were encountered: