Skip to content

Commit ab72c03

Browse files
committed
fixup! Add PackageInfos_ (haskell#3909)
1 parent eb82769 commit ab72c03

File tree

1 file changed

+2
-2
lines changed
  • Cabal/src/Distribution/PackageDescription

1 file changed

+2
-2
lines changed

Cabal/src/Distribution/PackageDescription/Check.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,10 +1955,10 @@ checkAutogenModuleExtensions ::
19551955
CheckExplanation ->
19561956
PackageDescription ->
19571957
[PackageCheck]
1958-
checkAutogenModuleExtensions autogenModuleName explanation pd
1958+
checkAutogenModuleExtensions autogenModuleName rebindableClashExplanation pd
19591959
| specVersion pd >= CabalSpecV2_2 = []
19601960
| any checkBI (allBuildInfo pd) || any checkLib (allLibraries pd)
1961-
= return (PackageBuildImpossible explanation)
1961+
= return (PackageBuildImpossible rebindableClashExplanation)
19621962
| otherwise = []
19631963
where
19641964
mn = autogenModuleName pd

0 commit comments

Comments
 (0)