Skip to content

Commit 297741f

Browse files
committed
Fix rendering of lock files documentation
1 parent 6acff88 commit 297741f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/lock_files.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ project, snapshot packages and snapshots themselves so that:
2626
* Rerunning `stack build` in the future is deterministic in the build plan, not
2727
depending on mutable state in the world like Hackage revisions
2828

29-
!!! note
29+
!!! note
3030

31-
If, for example, a tarball available remotely is deleted or the hash
32-
changes, it will not be possible for Stack to perform the build. However,
33-
by deterministic, we mean it either performs the same build or fails,
34-
never accidentally doing something different.
31+
If, for example, a tarball available remotely is deleted or the hash
32+
changes, it will not be possible for Stack to perform the build.
33+
However, by deterministic, we mean it either performs the same build or
34+
fails, never accidentally doing something different.
3535

3636
This document explains the contents of a lock file, how they are used, and how
3737
they are created and updated.
@@ -104,10 +104,10 @@ The lock file contains the following information:
104104

105105
* Completed package locations for extra deps and packages in snapshot files
106106

107-
!!! note
107+
!!! note
108108

109-
This only applies to _immutable_ packages. Mutable packages are not
110-
included in the lock file.
109+
This only applies to _immutable_ packages. Mutable packages are not
110+
included in the lock file.
111111

112112
* Completed information for the snapshot locations
113113

0 commit comments

Comments
 (0)