|
5 | 5 | Stack is configured by the content of YAML files. Some Stack operations can also |
6 | 6 | be customised by the use of scripts. |
7 | 7 |
|
8 | | -!!! note |
| 8 | +!!! info |
9 | 9 |
|
10 | 10 | A Haskell package is an organised collection of Haskell code and related |
11 | 11 | 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 |
451 | 451 |
|
452 | 452 | The use of `everything` can break invariants about your snapshot database. |
453 | 453 |
|
454 | | -!!! note |
| 454 | +!!! info |
455 | 455 |
|
456 | 456 | Before Stack 0.1.6.0, the default value was `targets`. |
457 | 457 |
|
@@ -1024,7 +1024,7 @@ flag). However, setting options via `$everything` on all flags will not do so |
1024 | 1024 | for reasoning). This can lead to unpredictable behavior by affecting your |
1025 | 1025 | snapshot packages. |
1026 | 1026 |
|
1027 | | -!!! note |
| 1027 | +!!! info |
1028 | 1028 |
|
1029 | 1029 | Before Stack 1.6.1, the key `*` (then deprecated) had the same function as |
1030 | 1030 | the key `$everything`. |
@@ -1302,13 +1302,13 @@ package-indices: |
1302 | 1302 | ignore-expiry: true |
1303 | 1303 | ~~~ |
1304 | 1304 |
|
1305 | | -!!! note |
| 1305 | +!!! info |
1306 | 1306 |
|
1307 | 1307 | Before Stack 2.1.3, the default for `ignore-expiry` was `false`. For more |
1308 | 1308 | information, see |
1309 | 1309 | [issue #4928](https://github.com/commercialhaskell/stack/issues/4928). |
1310 | 1310 |
|
1311 | | -!!! note |
| 1311 | +!!! info |
1312 | 1312 |
|
1313 | 1313 | Before Stack 2.1.1, Stack had a different approach to `package-indices`. For |
1314 | 1314 | more information, see |
@@ -1393,7 +1393,7 @@ The default value reflects that, in most cases, GHC options are used to affect |
1393 | 1393 | optimization levels and warning behavior, for which GHC does not recompile the |
1394 | 1394 | modules. |
1395 | 1395 |
|
1396 | | -!!! note |
| 1396 | +!!! info |
1397 | 1397 |
|
1398 | 1398 | Before Stack 0.1.6.0, Stack rebuilt a package when its GHC options changed. |
1399 | 1399 |
|
|
0 commit comments