hackage-db-1.11: access Hackage's package database via Data.Map

LicenseBSD3
Maintainersimons@cryp.to
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

Distribution.Hackage.DB.Path

Description

Find the location of the local Hackage database that is maintained by running cabal update.

Synopsis

Documentation

hackagePath :: IO FilePath Source

Determine the default path of the Hackage database, which typically resides at "$HOME/.cabal/packages/hackage.haskell.org/00-index.tar". Running the command "cabal update" will keep that file up-to-date.