Skip to content

Commit 68d72a9

Browse files
fgazmergify[bot]
andauthored
Fix cabal-version 3.4 description in cabal init (#8297)
Fixes #8254 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 293bcd9 commit 68d72a9

File tree

1 file changed

+1
-1
lines changed
  • cabal-install/src/Distribution/Client/Init/Interactive

1 file changed

+1
-1
lines changed

cabal-install/src/Distribution/Client/Init/Interactive/Command.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ cabalVersionPrompt flags = getCabalVersion flags $ do
291291
CabalSpecV2_2 -> "2.2 (+ support for 'common', 'elif', redundant commas, SPDX)"
292292
CabalSpecV2_4 -> "2.4 (+ support for '**' globbing)"
293293
CabalSpecV3_0 -> "3.0 (+ set notation for ==, common stanzas in ifs, more redundant commas, better pkgconfig-depends)"
294-
CabalSpecV3_4 -> "3.4 (+ support for 'pkg:sublib' syntax, active repo configuration, rich index-state syntax)"
294+
CabalSpecV3_4 -> "3.4 (+ sublibraries in 'mixins', optional 'default-language')"
295295
_ -> showCabalSpecVersion v
296296

297297
packageNamePrompt :: Interactive m => SourcePackageDb -> InitFlags -> m PackageName

0 commit comments

Comments
 (0)