Skip to content

Commit 2a37544

Browse files
committed
'cabal check': convenience libraries were added in 2.0.
1 parent ef72094 commit 2a37544

File tree

1 file changed

+1
-1
lines changed
  • Cabal/Distribution/PackageDescription

1 file changed

+1
-1
lines changed

Cabal/Distribution/PackageDescription/Check.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ checkCabalVersion pkg =
11531153
"To use the 'extra-doc-files' field the package needs to specify "
11541154
++ "at least 'cabal-version: >= 1.18'."
11551155

1156-
, checkVersion [1,23]
1156+
, checkVersion [2,0]
11571157
(not (null (subLibraries pkg))) $
11581158
PackageDistInexcusable $
11591159
"To use multiple 'library' sections or a named library section "

0 commit comments

Comments
 (0)