Skip to content

Commit 8785d26

Browse files
committed
Re #6057 Improve in-app help for --hpack-force flag
1 parent 76c3389 commit 8785d26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Bug fixes:
4545
the maximum rank, not just those nodes with no relevant dependencies at all
4646
(being only `rts`, when `--external` is specified).
4747
* Improved error messages for S-4634 and S-8215.
48+
* Improved in-app help for the `--hpack-force` flag.
4849

4950
## v3.7.1 - 2025-06-28
5051

src/Stack/Options/ConfigParser.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ configOptsParser currentDir hide0 =
160160
))
161161
<*> firstBoolFlagsFalse
162162
"hpack-force"
163-
"overwriting of Cabal files that have been modified manually."
163+
"overwriting of Cabal files that were created by a more recent \
164+
\version of Hpack or have been modified manually."
164165
hide
165166
<*> firstBoolFlagsFalse
166167
"skip-ghc-check"

0 commit comments

Comments
 (0)