Skip to content

Commit e789e34

Browse files
committed
Demote certain !!! note to !!! info
1 parent a39b98b commit e789e34

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/yaml_configuration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Stack is configured by the content of YAML files. Some Stack operations can also
66
be customised by the use of scripts.
77

8-
!!! note
8+
!!! info
99

1010
A Haskell package is an organised collection of Haskell code and related
1111
files. It is described by a Cabal file or a `package.yaml` file (which can
@@ -451,7 +451,7 @@ or otherwise), `locals` (all local packages, targets or otherwise), and
451451

452452
The use of `everything` can break invariants about your snapshot database.
453453

454-
!!! note
454+
!!! info
455455

456456
Before Stack 0.1.6.0, the default value was `targets`.
457457

@@ -1024,7 +1024,7 @@ flag). However, setting options via `$everything` on all flags will not do so
10241024
for reasoning). This can lead to unpredictable behavior by affecting your
10251025
snapshot packages.
10261026

1027-
!!! note
1027+
!!! info
10281028

10291029
Before Stack 1.6.1, the key `*` (then deprecated) had the same function as
10301030
the key `$everything`.
@@ -1302,13 +1302,13 @@ package-indices:
13021302
ignore-expiry: true
13031303
~~~
13041304

1305-
!!! note
1305+
!!! info
13061306

13071307
Before Stack 2.1.3, the default for `ignore-expiry` was `false`. For more
13081308
information, see
13091309
[issue #4928](https://github.com/commercialhaskell/stack/issues/4928).
13101310

1311-
!!! note
1311+
!!! info
13121312

13131313
Before Stack 2.1.1, Stack had a different approach to `package-indices`. For
13141314
more information, see
@@ -1393,7 +1393,7 @@ The default value reflects that, in most cases, GHC options are used to affect
13931393
optimization levels and warning behavior, for which GHC does not recompile the
13941394
modules.
13951395

1396-
!!! note
1396+
!!! info
13971397

13981398
Before Stack 0.1.6.0, Stack rebuilt a package when its GHC options changed.
13991399

0 commit comments

Comments
 (0)