stackage-install-0.1.0.0: Secure download of packages for cabal-install

Safe HaskellNone
LanguageHaskell2010

Stackage.Install

Description

Functionality for downloading packages securely for cabal's usage.

Synopsis

Documentation

install :: Settings -> [String] -> IO ExitCode Source

Run cabal install with --dry-run, determine necessary dependencies, download them, and rerun cabal install without --dry-run.

Since 0.1.0.0

download :: Foldable f => Settings -> f (String, String) -> IO () Source

Download the given name,version pairs into the directory expected by cabal.

Since 0.1.0.0

data Settings Source

Settings used by download and install.

Since 0.1.0.0

defaultSettings :: Settings Source

Default value for Settings.

Since 0.1.0.0