Skip to content

Commit

Permalink
fixup! Add PackageInfos_ (#3909)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Oct 16, 2022
1 parent f8e5f66 commit e4cb74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/src/Distribution/PackageDescription/Check.hs
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ ppExplanation RebindableClashPackageInfos =
"Packages using RebindableSyntax with OverloadedStrings or"
++ " OverloadedLists in default-extensions, in conjunction with the"
++ " autogenerated module PackageInfos_*, are known to cause compile failures"
++ " with Cabal < 2.2. To use these default-extensions with a Paths_*"
++ " with Cabal < 2.2. To use these default-extensions with a PackageInfos_*"
++ " autogen module, specify at least 'cabal-version: 2.2'."
ppExplanation (WErrorUnneeded fieldName) = addConditionalExp $
"'" ++ fieldName ++ ": -Werror' makes the package easy to "
Expand Down

0 comments on commit e4cb74d

Please sign in to comment.