You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Force values for the given flags in Cabal conditionals in the .cabal file. E.g., --flags=\"debug -usebytestrings\" forces the flag \"debug\" to true and \"usebytestrings\" to false."
610
611
configConfigurationsFlags (\v flags -> flags { configConfigurationsFlags = v })
611
612
(reqArg "FLAGS"
612
-
(parsecToReadE (\err ->"Invalid flag assignment: "++ err) parsecFlagAssignment)
613
-
showFlagAssignment)
613
+
(parsecToReadE (\err ->"Invalid flag assignment: "++ err) legacyParsecFlagAssignment)
614
+
legacyShowFlagAssignment')
614
615
615
616
,option "" ["extra-include-dirs"]
616
617
"A list of directories to search for header files"
0 commit comments