We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0638a48 commit 3a37f45Copy full SHA for 3a37f45
Cabal/src/Distribution/PackageDescription/Configuration.hs
@@ -169,8 +169,8 @@ resolveWithFlags ::
169
[(FlagName,[Bool])]
170
-- ^ Domain for each flag name, will be tested in order.
171
-> ComponentRequestedSpec
172
- -> OS -- ^ OS as returned by Distribution.System.buildOS
173
- -> Arch -- ^ Arch as returned by Distribution.System.buildArch
+ -> OS -- ^ OS where the installed artifacts will run (host OS)
+ -> Arch -- ^ Arch where the installed artifacts will run (host Arch)
174
-> CompilerInfo -- ^ Compiler information
175
-> [PackageVersionConstraint] -- ^ Additional constraints
176
-> [CondTree ConfVar [Dependency] PDTagged]
0 commit comments