Skip to content

Commit 5fbead3

Browse files
committed
Re #6142 Fix description of Stack's static Cabal flag
1 parent 67f3f23 commit 5fbead3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,9 @@ tests:
382382
hspec-discover:hspec-discover
383383
flags:
384384
static:
385-
description: Pass -static/-pthread to ghc when linking the stack binary.
385+
description: >-
386+
When building the Stack executable, or the stack-integration-test
387+
executable, pass the -static and -pthread flags to the linker used by GHC.
386388
manual: true
387389
default: false
388390
disable-git-info:

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ flag integration-tests
136136
default: False
137137

138138
flag static
139-
description: Pass -static/-pthread to ghc when linking the stack binary.
139+
description: When building the Stack executable, or the stack-integration-test executable, pass the -static and -pthread flags to the linker used by GHC.
140140
manual: True
141141
default: False
142142

0 commit comments

Comments
 (0)