stackage-update-0.1.1.0: Update your package index incrementally (requires git)

Safe HaskellSafe
LanguageHaskell2010

Stackage.Update

Synopsis

Documentation

stackageUpdate :: StackageUpdateSettings -> IO () Source

Perform an update from the Git repository

data StackageUpdateSettings Source

Settings for controlling the update process.

Use defaultStackageUpdateSettings to create a value of this type.

Since 0.1.0.0

defaultStackageUpdateSettings :: StackageUpdateSettings Source

Default settings for the update process.

Since 0.1.0.0

setVerify :: Bool -> StackageUpdateSettings -> StackageUpdateSettings Source

Should we verify the signature on the Git tag.

Default: False

Since 0.1.1.0

setRemote :: String -> StackageUpdateSettings -> StackageUpdateSettings Source

Remote repository to use

Default: allCabalFiles

Since 0.1.1.0

setDirectoryName :: FilePath -> StackageUpdateSettings -> StackageUpdateSettings Source

Local directory name to clone into

Default: "all-cabal-files"

Since 0.1.1.0

allCabalFiles :: String Source

URL for the all-cabal-files repo

Since 0.1.1.0

allCabalHashes :: String Source

URL for the all-cabal-hashes repo

Since 0.1.1.0