Skip to content

Commit

Permalink
drop >= in CabalSpecV1_18 in checkCabalVersion
Browse files Browse the repository at this point in the history
resolves: haskell#7088
  • Loading branch information
Jeremy Scott committed Oct 8, 2020
1 parent 3f397c0 commit 785bf73
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 @@ -1164,7 +1164,7 @@ checkCabalVersion pkg =
(not . null $ extraDocFiles pkg) $
PackageDistInexcusable $
"To use the 'extra-doc-files' field the package needs to specify "
++ "at least 'cabal-version: >= 1.18'."
++ "at least 'cabal-version: 1.18'."

, checkVersion CabalSpecV2_0
(not (null (subLibraries pkg))) $
Expand Down

0 comments on commit 785bf73

Please sign in to comment.