Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype ReorderGoals = ReorderGoals Bool
- newtype IndependentGoals = IndependentGoals Bool
- newtype PreferOldest = PreferOldest Bool
- newtype MinimizeConflictSet = MinimizeConflictSet Bool
- newtype AvoidReinstalls = AvoidReinstalls Bool
- newtype ShadowPkgs = ShadowPkgs Bool
- newtype StrongFlags = StrongFlags Bool
- newtype AllowBootLibInstalls = AllowBootLibInstalls Bool
- data OnlyConstrained
- newtype EnableBackjumping = EnableBackjumping Bool
- newtype CountConflicts = CountConflicts Bool
- newtype FineGrainedConflicts = FineGrainedConflicts Bool
- newtype SolveExecutables = SolveExecutables Bool
Documentation
newtype ReorderGoals Source #
Instances
newtype IndependentGoals Source #
Instances
newtype PreferOldest Source #
Instances
newtype MinimizeConflictSet Source #
Instances
newtype AvoidReinstalls Source #
Instances
newtype ShadowPkgs Source #
Instances
newtype StrongFlags Source #
Instances
newtype AllowBootLibInstalls Source #
Instances
data OnlyConstrained Source #
Should we consider all packages we know about, or only those that have constraints explicitly placed on them or which are goals?
Instances
newtype EnableBackjumping Source #
Instances
newtype CountConflicts Source #
Instances
newtype FineGrainedConflicts Source #
Instances
newtype SolveExecutables Source #