packages feed

hackport-0.2.1: CacheFile.hs

module CacheFile where

import System.FilePath

indexFile :: String
indexFile = "00-index.tar.gz"

hackportDir :: String
hackportDir = ".hackport"

cacheFile :: FilePath -> FilePath
cacheFile tree = tree </> hackportDir </> indexFile