File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Cabal/Distribution/Simple Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -348,6 +348,7 @@ relaxDepsPrinter (Just (RelaxDepsSome pkgs)) = map (Just . display) $ pkgs
348
348
-- should be updated.
349
349
data ConfigFlags = ConfigFlags {
350
350
-- This is the same hack as in 'buildArgs' and 'copyArgs'.
351
+ -- TODO: Stop using this eventually when 'UserHooks' gets changed
351
352
configArgs :: [String ],
352
353
353
354
-- FIXME: the configPrograms is only here to pass info through to configure
@@ -885,6 +886,7 @@ data CopyFlags = CopyFlags {
885
886
copyAssumeDepsUpToDate :: Flag Bool ,
886
887
-- This is the same hack as in 'buildArgs'. But I (ezyang) don't
887
888
-- think it's a hack, it's the right way to make hooks more robust
889
+ -- TODO: Stop using this eventually when 'UserHooks' gets changed
888
890
copyArgs :: [String ]
889
891
}
890
892
deriving (Show , Generic )
You can’t perform that action at this time.
0 commit comments