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."
754
754
configConfigurationsFlags (\v flags -> flags { configConfigurationsFlags = v })
755
-
(reqArg' "FLAGS" readFlagList showFlagList)
755
+
(reqArg "FLAGS"
756
+
(readP_to_E (\err ->"Invalid flag assignment: "++ err) parseFlagAssignment)
757
+
(map showFlagValue))
756
758
757
759
,option "" ["extra-include-dirs"]
758
760
"A list of directories to search for header files"
0 commit comments