We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb82769 commit ab72c03Copy full SHA for ab72c03
Cabal/src/Distribution/PackageDescription/Check.hs
@@ -1955,10 +1955,10 @@ checkAutogenModuleExtensions ::
1955
CheckExplanation ->
1956
PackageDescription ->
1957
[PackageCheck]
1958
-checkAutogenModuleExtensions autogenModuleName explanation pd
+checkAutogenModuleExtensions autogenModuleName rebindableClashExplanation pd
1959
| specVersion pd >= CabalSpecV2_2 = []
1960
| any checkBI (allBuildInfo pd) || any checkLib (allLibraries pd)
1961
- = return (PackageBuildImpossible explanation)
+ = return (PackageBuildImpossible rebindableClashExplanation)
1962
| otherwise = []
1963
where
1964
mn = autogenModuleName pd
0 commit comments