| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Distribution.Solver.Types.Settings
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 #
Constructors
| ReorderGoals Bool |
Instances
| BooleanFlag ReorderGoals Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods asBool :: ReorderGoals -> Bool | |||||
| Structured ReorderGoals Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| Binary ReorderGoals Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| Generic ReorderGoals Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
| |||||
| Show ReorderGoals Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> ReorderGoals -> ShowS # show :: ReorderGoals -> String # showList :: [ReorderGoals] -> ShowS # | |||||
| Eq ReorderGoals Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| type Rep ReorderGoals Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep ReorderGoals = D1 ('MetaData "ReorderGoals" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'True) (C1 ('MetaCons "ReorderGoals" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |||||
newtype IndependentGoals Source #
Constructors
| IndependentGoals Bool |
Instances
newtype PreferOldest Source #
Constructors
| PreferOldest Bool |
Instances
| BooleanFlag PreferOldest Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods asBool :: PreferOldest -> Bool | |||||
| Structured PreferOldest Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| Binary PreferOldest Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| Generic PreferOldest Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
| |||||
| Show PreferOldest Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> PreferOldest -> ShowS # show :: PreferOldest -> String # showList :: [PreferOldest] -> ShowS # | |||||
| Eq PreferOldest Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| type Rep PreferOldest Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep PreferOldest = D1 ('MetaData "PreferOldest" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'True) (C1 ('MetaCons "PreferOldest" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |||||
newtype MinimizeConflictSet Source #
Constructors
| MinimizeConflictSet Bool |
Instances
| BooleanFlag MinimizeConflictSet Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods asBool :: MinimizeConflictSet -> Bool | |||||
| Structured MinimizeConflictSet Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods structure :: Proxy MinimizeConflictSet -> Structure structureHash' :: Tagged MinimizeConflictSet MD5 | |||||
| Binary MinimizeConflictSet Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods put :: MinimizeConflictSet -> Put # get :: Get MinimizeConflictSet # putList :: [MinimizeConflictSet] -> Put # | |||||
| Generic MinimizeConflictSet Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
Methods from :: MinimizeConflictSet -> Rep MinimizeConflictSet x to :: Rep MinimizeConflictSet x -> MinimizeConflictSet | |||||
| Show MinimizeConflictSet Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> MinimizeConflictSet -> ShowS # show :: MinimizeConflictSet -> String # showList :: [MinimizeConflictSet] -> ShowS # | |||||
| Eq MinimizeConflictSet Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods (==) :: MinimizeConflictSet -> MinimizeConflictSet -> Bool # (/=) :: MinimizeConflictSet -> MinimizeConflictSet -> Bool # | |||||
| type Rep MinimizeConflictSet Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep MinimizeConflictSet = D1 ('MetaData "MinimizeConflictSet" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'True) (C1 ('MetaCons "MinimizeConflictSet" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |||||
newtype AvoidReinstalls Source #
Constructors
| AvoidReinstalls Bool |
Instances
| BooleanFlag AvoidReinstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods asBool :: AvoidReinstalls -> Bool | |||||
| Structured AvoidReinstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| Binary AvoidReinstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods put :: AvoidReinstalls -> Put # get :: Get AvoidReinstalls # putList :: [AvoidReinstalls] -> Put # | |||||
| Generic AvoidReinstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
Methods from :: AvoidReinstalls -> Rep AvoidReinstalls x to :: Rep AvoidReinstalls x -> AvoidReinstalls | |||||
| Show AvoidReinstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> AvoidReinstalls -> ShowS # show :: AvoidReinstalls -> String # showList :: [AvoidReinstalls] -> ShowS # | |||||
| Eq AvoidReinstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods (==) :: AvoidReinstalls -> AvoidReinstalls -> Bool # (/=) :: AvoidReinstalls -> AvoidReinstalls -> Bool # | |||||
| type Rep AvoidReinstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep AvoidReinstalls = D1 ('MetaData "AvoidReinstalls" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'True) (C1 ('MetaCons "AvoidReinstalls" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |||||
newtype ShadowPkgs Source #
Constructors
| ShadowPkgs Bool |
Instances
| BooleanFlag ShadowPkgs Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods asBool :: ShadowPkgs -> Bool | |||||
| Structured ShadowPkgs Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| Binary ShadowPkgs Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| Generic ShadowPkgs Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
| |||||
| Show ShadowPkgs Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> ShadowPkgs -> ShowS # show :: ShadowPkgs -> String # showList :: [ShadowPkgs] -> ShowS # | |||||
| Eq ShadowPkgs Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| type Rep ShadowPkgs Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep ShadowPkgs = D1 ('MetaData "ShadowPkgs" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'True) (C1 ('MetaCons "ShadowPkgs" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |||||
newtype StrongFlags Source #
Constructors
| StrongFlags Bool |
Instances
| BooleanFlag StrongFlags Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods asBool :: StrongFlags -> Bool | |||||
| Structured StrongFlags Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| Binary StrongFlags Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| Generic StrongFlags Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
| |||||
| Show StrongFlags Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> StrongFlags -> ShowS # show :: StrongFlags -> String # showList :: [StrongFlags] -> ShowS # | |||||
| Eq StrongFlags Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| type Rep StrongFlags Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep StrongFlags = D1 ('MetaData "StrongFlags" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'True) (C1 ('MetaCons "StrongFlags" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |||||
newtype AllowBootLibInstalls Source #
Constructors
| AllowBootLibInstalls Bool |
Instances
| BooleanFlag AllowBootLibInstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods asBool :: AllowBootLibInstalls -> Bool | |||||
| Structured AllowBootLibInstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods structure :: Proxy AllowBootLibInstalls -> Structure structureHash' :: Tagged AllowBootLibInstalls MD5 | |||||
| Binary AllowBootLibInstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods put :: AllowBootLibInstalls -> Put # get :: Get AllowBootLibInstalls # putList :: [AllowBootLibInstalls] -> Put # | |||||
| Generic AllowBootLibInstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
Methods from :: AllowBootLibInstalls -> Rep AllowBootLibInstalls x to :: Rep AllowBootLibInstalls x -> AllowBootLibInstalls | |||||
| Show AllowBootLibInstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> AllowBootLibInstalls -> ShowS # show :: AllowBootLibInstalls -> String # showList :: [AllowBootLibInstalls] -> ShowS # | |||||
| Eq AllowBootLibInstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods (==) :: AllowBootLibInstalls -> AllowBootLibInstalls -> Bool # (/=) :: AllowBootLibInstalls -> AllowBootLibInstalls -> Bool # | |||||
| type Rep AllowBootLibInstalls Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep AllowBootLibInstalls = D1 ('MetaData "AllowBootLibInstalls" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'True) (C1 ('MetaCons "AllowBootLibInstalls" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |||||
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?
Constructors
| OnlyConstrainedNone | |
| OnlyConstrainedAll |
Instances
| Parsec OnlyConstrained Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods parsec :: CabalParsing m => m OnlyConstrained | |||||
| Pretty OnlyConstrained Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods pretty :: OnlyConstrained -> Doc prettyVersioned :: CabalSpecVersion -> OnlyConstrained -> Doc | |||||
| Structured OnlyConstrained Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| Binary OnlyConstrained Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods put :: OnlyConstrained -> Put # get :: Get OnlyConstrained # putList :: [OnlyConstrained] -> Put # | |||||
| Generic OnlyConstrained Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
Methods from :: OnlyConstrained -> Rep OnlyConstrained x to :: Rep OnlyConstrained x -> OnlyConstrained | |||||
| Show OnlyConstrained Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> OnlyConstrained -> ShowS # show :: OnlyConstrained -> String # showList :: [OnlyConstrained] -> ShowS # | |||||
| Eq OnlyConstrained Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods (==) :: OnlyConstrained -> OnlyConstrained -> Bool # (/=) :: OnlyConstrained -> OnlyConstrained -> Bool # | |||||
| type Rep OnlyConstrained Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep OnlyConstrained = D1 ('MetaData "OnlyConstrained" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'False) (C1 ('MetaCons "OnlyConstrainedNone" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "OnlyConstrainedAll" 'PrefixI 'False) (U1 :: Type -> Type)) | |||||
newtype EnableBackjumping Source #
Constructors
| EnableBackjumping Bool |
Instances
| BooleanFlag EnableBackjumping Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods asBool :: EnableBackjumping -> Bool | |||||
| Generic EnableBackjumping Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
Methods from :: EnableBackjumping -> Rep EnableBackjumping x to :: Rep EnableBackjumping x -> EnableBackjumping | |||||
| Show EnableBackjumping Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> EnableBackjumping -> ShowS # show :: EnableBackjumping -> String # showList :: [EnableBackjumping] -> ShowS # | |||||
| Eq EnableBackjumping Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods (==) :: EnableBackjumping -> EnableBackjumping -> Bool # (/=) :: EnableBackjumping -> EnableBackjumping -> Bool # | |||||
| type Rep EnableBackjumping Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep EnableBackjumping = D1 ('MetaData "EnableBackjumping" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'True) (C1 ('MetaCons "EnableBackjumping" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |||||
newtype CountConflicts Source #
Constructors
| CountConflicts Bool |
Instances
| BooleanFlag CountConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods asBool :: CountConflicts -> Bool | |||||
| Structured CountConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings | |||||
| Binary CountConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods put :: CountConflicts -> Put # get :: Get CountConflicts # putList :: [CountConflicts] -> Put # | |||||
| Generic CountConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
| |||||
| Show CountConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> CountConflicts -> ShowS # show :: CountConflicts -> String # showList :: [CountConflicts] -> ShowS # | |||||
| Eq CountConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods (==) :: CountConflicts -> CountConflicts -> Bool # (/=) :: CountConflicts -> CountConflicts -> Bool # | |||||
| type Rep CountConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep CountConflicts = D1 ('MetaData "CountConflicts" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'True) (C1 ('MetaCons "CountConflicts" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |||||
newtype FineGrainedConflicts Source #
Constructors
| FineGrainedConflicts Bool |
Instances
| BooleanFlag FineGrainedConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods asBool :: FineGrainedConflicts -> Bool | |||||
| Structured FineGrainedConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods structure :: Proxy FineGrainedConflicts -> Structure structureHash' :: Tagged FineGrainedConflicts MD5 | |||||
| Binary FineGrainedConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods put :: FineGrainedConflicts -> Put # get :: Get FineGrainedConflicts # putList :: [FineGrainedConflicts] -> Put # | |||||
| Generic FineGrainedConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
Methods from :: FineGrainedConflicts -> Rep FineGrainedConflicts x to :: Rep FineGrainedConflicts x -> FineGrainedConflicts | |||||
| Show FineGrainedConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> FineGrainedConflicts -> ShowS # show :: FineGrainedConflicts -> String # showList :: [FineGrainedConflicts] -> ShowS # | |||||
| Eq FineGrainedConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods (==) :: FineGrainedConflicts -> FineGrainedConflicts -> Bool # (/=) :: FineGrainedConflicts -> FineGrainedConflicts -> Bool # | |||||
| type Rep FineGrainedConflicts Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep FineGrainedConflicts = D1 ('MetaData "FineGrainedConflicts" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'True) (C1 ('MetaCons "FineGrainedConflicts" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |||||
newtype SolveExecutables Source #
Constructors
| SolveExecutables Bool |
Instances
| BooleanFlag SolveExecutables Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods asBool :: SolveExecutables -> Bool | |||||
| Structured SolveExecutables Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods structure :: Proxy SolveExecutables -> Structure structureHash' :: Tagged SolveExecutables MD5 | |||||
| Binary SolveExecutables Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods put :: SolveExecutables -> Put # get :: Get SolveExecutables # putList :: [SolveExecutables] -> Put # | |||||
| Generic SolveExecutables Source # | |||||
Defined in Distribution.Solver.Types.Settings Associated Types
Methods from :: SolveExecutables -> Rep SolveExecutables x to :: Rep SolveExecutables x -> SolveExecutables | |||||
| Show SolveExecutables Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods showsPrec :: Int -> SolveExecutables -> ShowS # show :: SolveExecutables -> String # showList :: [SolveExecutables] -> ShowS # | |||||
| Eq SolveExecutables Source # | |||||
Defined in Distribution.Solver.Types.Settings Methods (==) :: SolveExecutables -> SolveExecutables -> Bool # (/=) :: SolveExecutables -> SolveExecutables -> Bool # | |||||
| type Rep SolveExecutables Source # | |||||
Defined in Distribution.Solver.Types.Settings type Rep SolveExecutables = D1 ('MetaData "SolveExecutables" "Distribution.Solver.Types.Settings" "cabal-install-solver-3.12.1.0-HgZA6JMWriQD4PHXHnbQsu" 'True) (C1 ('MetaCons "SolveExecutables" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) | |||||