Skip to content

Commit efd5820

Browse files
jappeacemergify[bot]
authored andcommitted
change link to pvp instead of parsonsmatt
1 parent ca49dfe commit efd5820

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
No 'maintainer' field.
22
No 'description' field.
3-
These packages miss upper bounds 'somelib' please add them with with `cabal gen-bounds`. For more information see: https://www.parsonsmatt.org/2020/05/07/on_pvp_restrictive_bounds.html
3+
These packages miss upper bounds 'somelib' please add them with with `cabal gen-bounds`. For more information see: https://pvp.haskell.org/

Cabal/src/Distribution/PackageDescription/Check.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ ppExplanation (MissingUpperBounds names) =
675675
++ (intercalate "','" (unPackageName <$> names)) ++ "'"
676676
++ " please add them with with `cabal gen-bounds`."
677677
++ " For more information see: "
678-
++ " https://www.parsonsmatt.org/2020/05/07/on_pvp_restrictive_bounds.html"
678+
++ " https://pvp.haskell.org/"
679679
ppExplanation BaseNoUpperBounds =
680680
"The dependency 'build-depends: base' does not specify an upper "
681681
++ "bound on the version number. Each major release of the 'base' "

0 commit comments

Comments
 (0)