stackage-curator-0.7.2: Tools for curating Stackage bundles

Safe HaskellNone
LanguageHaskell2010

Stackage.BuildPlan

Description

Representation of a concrete build plan, and how to generate a new one based on constraints.

Synopsis

Documentation

newBuildPlan :: MonadIO m => Map PackageName PackagePlan -> BuildConstraints -> m BuildPlan Source

Make a build plan given these package set and build constraints.