File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments