File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Cabal/src/Distribution/Backpack Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ dispConfiguredComponent cc =
9494
9595-- | Construct a 'ConfiguredComponent', given that the 'ComponentId'
9696-- and library/executable dependencies are known. The primary
97- -- work this does is handling implicit @backpack-include @ fields.
97+ -- work this does is handling implicit @mixin @ fields.
9898mkConfiguredComponent
9999 :: PackageDescription
100100 -> ComponentId
@@ -121,7 +121,7 @@ mkConfiguredComponent pkg_descr this_cid lib_deps exe_deps component = do
121121 }
122122
123123 -- Any @build-depends@ which is not explicitly mentioned in
124- -- @backpack-include @ is converted into an "implicit" include.
124+ -- @mixin @ is converted into an "implicit" include.
125125 let used_explicitly = Set. fromList (map ci_id explicit_includes)
126126 implicit_includes =
127127 map
You can’t perform that action at this time.
0 commit comments