Skip to content

Commit 4509880

Browse files
committed
chore(Cabal): update reference to backpack-include field, now called mixin
1 parent caf2d6e commit 4509880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cabal/src/Distribution/Backpack/ConfiguredComponent.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
9898
mkConfiguredComponent
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

0 commit comments

Comments
 (0)