stack-1.0.4: The Haskell Tool Stack

Safe HaskellNone
LanguageHaskell2010

Stack.Types.PackageIndex

Documentation

data PackageCache Source

Constructors

PackageCache 

Fields

pcOffset :: !Int64

offset in bytes into the 00-index.tar file for the .cabal file contents

pcSize :: !Int64

size in bytes of the .cabal file

pcDownload :: !(Maybe PackageDownload)