Skip to content

Commit 02ba639

Browse files
committed
Add experimental icons
1 parent 8b75800 commit 02ba639

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

doc/build_command.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,17 +363,19 @@ expressions, and generate a profiling report in tests or benchmarks.
363363

364364
### `--[no-]split-objs` flag
365365

366+
:octicons-beaker-24: Experimental
367+
366368
Default: Disabled
367369

368370
Set the flag to enable the GHC option `--split-objs`. This will reduce output
369371
size (at the cost of build time).
370372

371373
!!! note
372374

373-
This feature is EXPERIMENTAL, and its behavior may be changed and improved.
374-
You will need to clean your workdirs before use. If you want to compile all
375-
dependencies with split-objs, you will need to delete the snapshot (and all
376-
snapshots that could reference that snapshot).
375+
The behaviour of this feature may be changed and improved. You will need to
376+
clean your project's Stack working directory before use. If you want to
377+
compile all dependencies with split-objs, you will need to delete the
378+
snapshot (and all snapshots that could reference that snapshot).
377379

378380
### `--no-strip` flag
379381

doc/query_command.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# The `stack query` command
44

5+
:octicons-beaker-24: Experimental
6+
57
[:octicons-tag-24: 0.1.6.0](https://github.com/commercialhaskell/stack/releases/tag/v0.1.6.0)
68

79
~~~text

doc/yaml_configuration.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,9 @@ The name `allow-newer` is chosen to match the commonly-used Cabal option.
367367
allow-newer: true
368368
~~~
369369

370-
### allow-newer-deps (experimental)
370+
### allow-newer-deps
371+
372+
:octicons-beaker-24: Experimental
371373

372374
[:octicons-tag-24: 2.9.3](https://github.com/commercialhaskell/stack/releases/tag/v2.9.3)
373375

@@ -504,7 +506,9 @@ compiler: ghc-8.6.4
504506
compiler-check: match-exact
505507
~~~
506508

507-
#### Building GHC from source (experimental)
509+
#### Building GHC from source
510+
511+
:octicons-beaker-24: Experimental
508512

509513
[:octicons-tag-24: 2.1.1](https://github.com/commercialhaskell/stack/releases/tag/v2.1.1)
510514

0 commit comments

Comments
 (0)